Class: Bio::TwoBit::Metadata
- Inherits:
-
Struct
- Object
- Struct
- Bio::TwoBit::Metadata
- Defined in:
- lib/bio/twobit/metadata.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
3 4 5 |
# File 'lib/bio/twobit/metadata.rb', line 3 def description @description end |
#id ⇒ Object
Returns the value of attribute id
3 4 5 |
# File 'lib/bio/twobit/metadata.rb', line 3 def id @id end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/bio/twobit/metadata.rb', line 3 def name @name end |
#url ⇒ Object
Returns the value of attribute url
3 4 5 |
# File 'lib/bio/twobit/metadata.rb', line 3 def url @url end |