Methods

Files

Class/Module Index [+]

Quicksearch

XSD::XSDDecimal

Constants

Type

Public Class Methods

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

Public Instance Methods

nonzero?() click to toggle source
# File lib/xsd/datatypes.rb, line 250
def nonzero?
  (@number != '0')
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.