Files

Class Index [+]

Quicksearch

XSD::XSDUnsignedByte

Constants

Type

Public Class Methods

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

Private Instance Methods

maxinclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1438
1438:   def maxinclusive
1439:     255
1440:   end
mininclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1442
1442:   def mininclusive
1443:     0
1444:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.