Class: MOLGENIS::ModuleModel
- Inherits:
-
Object
- Object
- MOLGENIS::ModuleModel
- Defined in:
- lib/molgenis_model.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#description ⇒ Object
Returns the value of attribute description.
-
#entities ⇒ Object
Returns the value of attribute entities.
-
#label ⇒ Object
Returns the value of attribute label.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize ⇒ ModuleModel
constructor
A new instance of ModuleModel.
Constructor Details
#initialize ⇒ ModuleModel
Returns a new instance of ModuleModel.
35 36 37 |
# File 'lib/molgenis_model.rb', line 35 def initialize @entities = [] end |
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color.
33 34 35 |
# File 'lib/molgenis_model.rb', line 33 def color @color end |
#description ⇒ Object
Returns the value of attribute description.
33 34 35 |
# File 'lib/molgenis_model.rb', line 33 def description @description end |
#entities ⇒ Object
Returns the value of attribute entities.
33 34 35 |
# File 'lib/molgenis_model.rb', line 33 def entities @entities end |
#label ⇒ Object
Returns the value of attribute label.
33 34 35 |
# File 'lib/molgenis_model.rb', line 33 def label @label end |
#name ⇒ Object
Returns the value of attribute name.
33 34 35 |
# File 'lib/molgenis_model.rb', line 33 def name @name end |