Class: Determinator::Models::Element
- Inherits:
-
Struct
- Object
- Struct
- Determinator::Models::Element
- Defined in:
- lib/determinator/models/base.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
7 8 9 |
# File 'lib/determinator/models/base.rb', line 7 def description @description end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/determinator/models/base.rb', line 7 def type @type end |