Method: XSD::XSDNonPositiveInteger#initialize

Defined in:
lib/xsd/datatypes.rb

#initialize(value = nil) ⇒ XSDNonPositiveInteger

Returns a new instance of XSDNonPositiveInteger.



1055
1056
1057
# File 'lib/xsd/datatypes.rb', line 1055

def initialize(value = nil)
  init(Type, value)
end