Method: WSDL::XMLSchema::Attribute#initialize
- Defined in:
- lib/wsdl/xmlSchema/attribute.rb
#initialize ⇒ Attribute
Returns a new instance of Attribute.
57 58 59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/wsdl/xmlSchema/attribute.rb', line 57 def initialize super @use = nil @form = nil @name = nil @type = nil @local_simpletype = nil @default = nil @fixed = nil @ref = nil @refelement = nil @arytype = nil end |