method
new
v1_8_7_72 -
Show latest stable
- Class:
WSDL::XMLSchema::SimpleRestriction
new()public
No documentation available.
# File lib/wsdl/xmlSchema/simpleRestriction.rb, line 23
def initialize
super
@base = nil
@enumeration = [] # NamedElements?
@length = nil
@pattern = nil
end