method
new
v1_8_7_330 -
Show latest stable
- Class:
WSDL::XMLSchema::Attribute
new()public
No documentation available.
# File lib/wsdl/xmlSchema/attribute.rb, line 58
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