Class: MOLGENIS::ModuleModel

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeModuleModel

Returns a new instance of ModuleModel.



35
36
37
# File 'lib/molgenis_model.rb', line 35

def initialize
  @entities = []
end

Instance Attribute Details

#colorObject

Returns the value of attribute color.



33
34
35
# File 'lib/molgenis_model.rb', line 33

def color
  @color
end

#descriptionObject

Returns the value of attribute description.



33
34
35
# File 'lib/molgenis_model.rb', line 33

def description
  @description
end

#entitiesObject

Returns the value of attribute entities.



33
34
35
# File 'lib/molgenis_model.rb', line 33

def entities
  @entities
end

#labelObject

Returns the value of attribute label.



33
34
35
# File 'lib/molgenis_model.rb', line 33

def label
  @label
end

#nameObject

Returns the value of attribute name.



33
34
35
# File 'lib/molgenis_model.rb', line 33

def name
  @name
end