Class: Bio::DAS::TYPE
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#count ⇒ Object
Returns the value of attribute count.
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#method ⇒ Object
Returns the value of attribute method.
-
#reference ⇒ Object
Returns the value of attribute reference.
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category
370 371 372 |
# File 'lib/bio/io/das.rb', line 370 def category @category end |
#count ⇒ Object
Returns the value of attribute count
370 371 372 |
# File 'lib/bio/io/das.rb', line 370 def count @count end |
#entry_id ⇒ Object
Returns the value of attribute entry_id
370 371 372 |
# File 'lib/bio/io/das.rb', line 370 def entry_id @entry_id end |
#label ⇒ Object
Returns the value of attribute label
370 371 372 |
# File 'lib/bio/io/das.rb', line 370 def label @label end |
#method ⇒ Object
Returns the value of attribute method
370 371 372 |
# File 'lib/bio/io/das.rb', line 370 def method @method end |
#reference ⇒ Object
Returns the value of attribute reference
370 371 372 |
# File 'lib/bio/io/das.rb', line 370 def reference @reference end |