Parent

Files

Class Index [+]

Quicksearch

XSD::XSDInt

Constants

Type

Public Class Methods

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

Private Instance Methods

maxinclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1312
1312:   def maxinclusive
1313:     2147483647
1314:   end
mininclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1316
1316:   def mininclusive
1317:     2147483648
1318:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.