Module: SDL::Types::SDLType
- Included in:
- SDLDatetime, SDLDescription, SDLDuration, SDLNumber, SDLSimpleType, SDLString, SDLUrl
- Defined in:
- lib/sdl/types/sdl_type.rb,
lib/sdl/exporters/xml_mapping.rb
Overview
An SDLType is a wrapper around a basic Ruby type
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 |
# File 'lib/sdl/types/sdl_type.rb', line 4 def self.included(base) base.extend ClassMethods end |