Class: SDL::Types::SDLNumber
- Inherits:
-
SDLSimpleType
- Object
- SDLSimpleType
- SDL::Types::SDLNumber
- Includes:
- SDLType
- Defined in:
- lib/sdl/types/sdl_number.rb,
lib/sdl/exporters/xml_mapping.rb
Instance Attribute Summary
Attributes inherited from SDLSimpleType
#parent, #parent_index, #raw_value, #value
Class Method Summary collapse
Methods included from SDLType
codes, included, #xml_attributes, #xml_value
Methods inherited from SDLSimpleType
#==, #annotated?, #annotations, #initialize, #initialize_value, #to_s
Constructor Details
This class inherits a constructor from SDL::Types::SDLSimpleType
Class Method Details
.xml_type ⇒ Object
62 63 64 |
# File 'lib/sdl/exporters/xml_mapping.rb', line 62 def self.xml_type 'ns:decimal' end |