Files

Class Index [+]

Quicksearch

XSD::XSDUnsignedLong

Constants

Type

Public Class Methods

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

Private Instance Methods

maxinclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1384
1384:   def maxinclusive
1385:     18446744073709551615
1386:   end
mininclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1388
1388:   def mininclusive
1389:     0
1390:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.