Class | XSD::XSDInt |
In: |
lib/xsd/datatypes.rb
|
Parent: | XSDLong |
Type | = | QName.new(Namespace, IntLiteral) |
# File lib/xsd/datatypes.rb, line 1109 1109: def initialize(value = nil) 1110: init(Type, value) 1111: end