Class: MOLGENIS::FieldModel

Inherits:
Object
  • Object
show all
Defined in:
lib/molgenis_model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



68
69
70
# File 'lib/molgenis_model.rb', line 68

def description
  @description
end

#labelObject

Returns the value of attribute label.



68
69
70
# File 'lib/molgenis_model.rb', line 68

def label
  @label
end

#nameObject

Returns the value of attribute name.



68
69
70
# File 'lib/molgenis_model.rb', line 68

def name
  @name
end

#systemObject

Returns the value of attribute system.



68
69
70
# File 'lib/molgenis_model.rb', line 68

def system
  @system
end

#typeObject

Returns the value of attribute type.



68
69
70
# File 'lib/molgenis_model.rb', line 68

def type
  @type
end

#xref_entityObject

Returns the value of attribute xref_entity.



68
69
70
# File 'lib/molgenis_model.rb', line 68

def xref_entity
  @xref_entity
end

#xref_fieldObject

Returns the value of attribute xref_field.



68
69
70
# File 'lib/molgenis_model.rb', line 68

def xref_field
  @xref_field
end