Class: Ancestor
- Inherits:
-
Data
- Object
- Data
- Ancestor
- Defined in:
- lib/inat-channel/data_types.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#scientific_name ⇒ Object
readonly
Returns the value of attribute scientific_name.
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
92 93 94 |
# File 'lib/inat-channel/data_types.rb', line 92 def id @id end |
#scientific_name ⇒ Object (readonly)
Returns the value of attribute scientific_name
92 93 94 |
# File 'lib/inat-channel/data_types.rb', line 92 def scientific_name @scientific_name end |
Instance Method Details
#to_tag ⇒ Object
93 94 95 |
# File 'lib/inat-channel/data_types.rb', line 93 def to_tag scientific_name.to_tag end |