Class: SDL::Types::SDLBoolean

Inherits:
SDLSimpleType show all
Includes:
SDLType
Defined in:
lib/sdl/types/sdl_boolean.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_typeObject



68
69
70
# File 'lib/sdl/exporters/xml_mapping.rb', line 68

def self.xml_type
  'ns:boolean'
end