Files

Class Index [+]

Quicksearch

XSD::XSDNegativeInteger

Constants

Type

Public Class Methods

new(value = nil) click to toggle source
      # File lib/xsd/datatypes.rb, line 1270
1270:   def initialize(value = nil)
1271:     init(Type, value)
1272:   end

Private Instance Methods

maxinclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1276
1276:   def maxinclusive
1277:     1
1278:   end
mininclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1280
1280:   def mininclusive
1281:     nil
1282:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.