Class: OBIX::Types::Type
- Inherits:
-
Object
- Object
- OBIX::Types::Type
- Defined in:
- lib/obix/types/type.rb
Instance Method Summary collapse
-
#initialize(element) ⇒ Type
constructor
Initialize the Type.
Constructor Details
#initialize(element) ⇒ Type
Initialize the Type.
element - An Objects::Object instance or derivative thereof describing
the element that this type belongs to.
10 11 12 |
# File 'lib/obix/types/type.rb', line 10 def initialize element @element = element end |