Files

Class Index [+]

Quicksearch

XSD::XSDLong

Constants

Type

Public Class Methods

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

Private Instance Methods

maxinclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1294
1294:   def maxinclusive
1295:     9223372036854775807
1296:   end
mininclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1298
1298:   def mininclusive
1299:     9223372036854775808
1300:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.