Class: Bio::IMG::Lineage
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Hash of key => value for each column.
-
#definition_line ⇒ Object
Returns the value of attribute definition_line.
Attributes inherited from Lineage
#class_name, #domain, #family, #genus, #kingdom, #order, #phylum, #species, #taxon_id
Method Summary
Methods inherited from Lineage
Instance Attribute Details
#attributes ⇒ Object
Hash of key => value for each column
19 20 21 |
# File 'lib/bio-img_metadata.rb', line 19 def attributes @attributes end |
#definition_line ⇒ Object
Returns the value of attribute definition_line.
16 17 18 |
# File 'lib/bio-img_metadata.rb', line 16 def definition_line @definition_line end |