Files

Class Index [+]

Quicksearch

XSD::XSDNonPositiveInteger

Constants

Type

Public Class Methods

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

Private Instance Methods

maxinclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1258
1258:   def maxinclusive
1259:     0
1260:   end
mininclusive() click to toggle source
      # File lib/xsd/datatypes.rb, line 1262
1262:   def mininclusive
1263:     nil
1264:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.