Class: MOLGENIS::FieldModel

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



53
54
55
# File 'lib/molgenis_model.rb', line 53

def name
  @name
end

#systemObject

Returns the value of attribute system.



53
54
55
# File 'lib/molgenis_model.rb', line 53

def system
  @system
end

#typeObject

Returns the value of attribute type.



53
54
55
# File 'lib/molgenis_model.rb', line 53

def type
  @type
end

#xref_entityObject

Returns the value of attribute xref_entity.



53
54
55
# File 'lib/molgenis_model.rb', line 53

def xref_entity
  @xref_entity
end

#xref_fieldObject

Returns the value of attribute xref_field.



53
54
55
# File 'lib/molgenis_model.rb', line 53

def xref_field
  @xref_field
end