Class: Bio::Lineage
- Inherits:
-
Object
- Object
- Bio::Lineage
- Defined in:
- lib/bio-img_metadata.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#class_name ⇒ Object
Returns the value of attribute class_name.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#family ⇒ Object
Returns the value of attribute family.
-
#genus ⇒ Object
Returns the value of attribute genus.
-
#kingdom ⇒ Object
Returns the value of attribute kingdom.
-
#order ⇒ Object
Returns the value of attribute order.
-
#phylum ⇒ Object
Returns the value of attribute phylum.
-
#species ⇒ Object
Returns the value of attribute species.
-
#taxon_id ⇒ Object
Returns the value of attribute taxon_id.
Instance Method Summary collapse
Instance Attribute Details
#class_name ⇒ Object
Returns the value of attribute class_name.
5 6 7 |
# File 'lib/bio-img_metadata.rb', line 5 def class_name @class_name end |
#domain ⇒ Object
Returns the value of attribute domain.
5 6 7 |
# File 'lib/bio-img_metadata.rb', line 5 def domain @domain end |
#family ⇒ Object
Returns the value of attribute family.
5 6 7 |
# File 'lib/bio-img_metadata.rb', line 5 def family @family end |
#genus ⇒ Object
Returns the value of attribute genus.
5 6 7 |
# File 'lib/bio-img_metadata.rb', line 5 def genus @genus end |
#kingdom ⇒ Object
Returns the value of attribute kingdom.
5 6 7 |
# File 'lib/bio-img_metadata.rb', line 5 def kingdom @kingdom end |
#order ⇒ Object
Returns the value of attribute order.
5 6 7 |
# File 'lib/bio-img_metadata.rb', line 5 def order @order end |
#phylum ⇒ Object
Returns the value of attribute phylum.
5 6 7 |
# File 'lib/bio-img_metadata.rb', line 5 def phylum @phylum end |
#species ⇒ Object
Returns the value of attribute species.
5 6 7 |
# File 'lib/bio-img_metadata.rb', line 5 def species @species end |
#taxon_id ⇒ Object
Returns the value of attribute taxon_id.
5 6 7 |
# File 'lib/bio-img_metadata.rb', line 5 def taxon_id @taxon_id end |
Instance Method Details
#genus_species ⇒ Object
7 8 9 |
# File 'lib/bio-img_metadata.rb', line 7 def genus_species @genus+' '+@species end |