Class: MOLGENIS::FieldModel
- Inherits:
-
Object
- Object
- MOLGENIS::FieldModel
- Defined in:
- lib/molgenis_model.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#label ⇒ Object
Returns the value of attribute label.
-
#name ⇒ Object
Returns the value of attribute name.
-
#system ⇒ Object
Returns the value of attribute system.
-
#type ⇒ Object
Returns the value of attribute type.
-
#xref_entity ⇒ Object
Returns the value of attribute xref_entity.
-
#xref_field ⇒ Object
Returns the value of attribute xref_field.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
68 69 70 |
# File 'lib/molgenis_model.rb', line 68 def description @description end |
#label ⇒ Object
Returns the value of attribute label.
68 69 70 |
# File 'lib/molgenis_model.rb', line 68 def label @label end |
#name ⇒ Object
Returns the value of attribute name.
68 69 70 |
# File 'lib/molgenis_model.rb', line 68 def name @name end |
#system ⇒ Object
Returns the value of attribute system.
68 69 70 |
# File 'lib/molgenis_model.rb', line 68 def system @system end |
#type ⇒ Object
Returns the value of attribute type.
68 69 70 |
# File 'lib/molgenis_model.rb', line 68 def type @type end |
#xref_entity ⇒ Object
Returns the value of attribute xref_entity.
68 69 70 |
# File 'lib/molgenis_model.rb', line 68 def xref_entity @xref_entity end |
#xref_field ⇒ Object
Returns the value of attribute xref_field.
68 69 70 |
# File 'lib/molgenis_model.rb', line 68 def xref_field @xref_field end |