struct Sabo::WSDL::Types::Element

Defined in:

sabo/wsdl/types/element.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, type : Nil | String = nil, nillable : Nil | String = nil, minOccurs : Nil | String = nil, maxOccurs : Nil | String = nil) #

[View source]

Instance Method Detail

def maxOccurs : String | Nil #

[View source]
def maxOccurs=(maxOccurs : String | Nil) #

[View source]
def minOccurs : String | Nil #

[View source]
def minOccurs=(minOccurs : String | Nil) #

[View source]
def name : String #

[View source]
def nillable : String | Nil #

[View source]
def nillable=(nillable : String | Nil) #

[View source]
def type : String | Nil #

[View source]
def type=(type : String | Nil) #

[View source]