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.
371 372 373 |
# File 'lib/bio/io/das.rb', line 371 def category @category end |
#count ⇒ Object
Returns the value of attribute count.
371 372 373 |
# File 'lib/bio/io/das.rb', line 371 def count @count end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
371 372 373 |
# File 'lib/bio/io/das.rb', line 371 def entry_id @entry_id end |
#label ⇒ Object
Returns the value of attribute label.
371 372 373 |
# File 'lib/bio/io/das.rb', line 371 def label @label end |
#method ⇒ Object
Returns the value of attribute method.
371 372 373 |
# File 'lib/bio/io/das.rb', line 371 def method @method end |
#reference ⇒ Object
Returns the value of attribute reference.
371 372 373 |
# File 'lib/bio/io/das.rb', line 371 def reference @reference end |