Parent

Files

Class Index [+]

Quicksearch

XSD::XSDByte

Constants

Type

Public Class Methods

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

Private Instance Methods

maxinclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1348
1348:   def maxinclusive
1349:     127
1350:   end
mininclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1352
1352:   def mininclusive
1353:     128
1354:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.