Class: Bio::DB::Faidx::Entry
- Inherits:
-
Object
- Object
- Bio::DB::Faidx::Entry
- Defined in:
- lib/bio-faidx/faidx.rb,
lib/bio-faidx/faidx.rb
Overview
class Faidx
Instance Attribute Summary collapse
-
#length ⇒ Object
Returns the value of attribute length.
-
#linebases ⇒ Object
Returns the value of attribute linebases.
-
#linewidth ⇒ Object
Returns the value of attribute linewidth.
-
#name ⇒ Object
Returns the value of attribute name.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#length ⇒ Object
Returns the value of attribute length.
8 9 10 |
# File 'lib/bio-faidx/faidx.rb', line 8 def length @length end |
#linebases ⇒ Object
Returns the value of attribute linebases.
8 9 10 |
# File 'lib/bio-faidx/faidx.rb', line 8 def linebases @linebases end |
#linewidth ⇒ Object
Returns the value of attribute linewidth.
8 9 10 |
# File 'lib/bio-faidx/faidx.rb', line 8 def linewidth @linewidth end |
#name ⇒ Object
Returns the value of attribute name.
8 9 10 |
# File 'lib/bio-faidx/faidx.rb', line 8 def name @name end |
#offset ⇒ Object
Returns the value of attribute offset.
8 9 10 |
# File 'lib/bio-faidx/faidx.rb', line 8 def offset @offset end |