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