class XSD::XSDNonPositiveInteger
Constants
- Type
Public Class Methods
new(value = nil)
click to toggle source
# File lib/xsd/datatypes.rb, line 1251 def initialize(value = nil) init(Type, value) end
Private Instance Methods
maxinclusive()
click to toggle source
# File lib/xsd/datatypes.rb, line 1257 def maxinclusive 0 end
mininclusive()
click to toggle source
# File lib/xsd/datatypes.rb, line 1261 def mininclusive nil end