struct Sabo::WSDL::Types::Element
- Sabo::WSDL::Types::Element
- Struct
- Value
- Object
Defined in:
sabo/wsdl/types/element.crConstructors
Instance Method Summary
- #maxOccurs : String | Nil
- #maxOccurs=(maxOccurs : String | Nil)
- #minOccurs : String | Nil
- #minOccurs=(minOccurs : String | Nil)
- #name : String
- #nillable : String | Nil
- #nillable=(nillable : String | Nil)
- #type : String | Nil
- #type=(type : String | Nil)
Constructor Detail
def self.new(name : String, type : Nil | String = nil, nillable : Nil | String = nil, minOccurs : Nil | String = nil, maxOccurs : Nil | String = nil)
#