Method: WSDL::XMLSchema::SimpleType#initialize

Defined in:
lib/wsdl/xmlSchema/simpleType.rb

#initialize(name = nil) ⇒ SimpleType

Returns a new instance of SimpleType.


37
38
39
40
41
# File 'lib/wsdl/xmlSchema/simpleType.rb', line 37

def initialize(name = nil)
  super()
  @name = name
  @restriction = nil
end