Class: Bio::Ucsc::File::Twobit::TwoBitHeader
- Inherits:
-
Struct
- Object
- Struct
- Bio::Ucsc::File::Twobit::TwoBitHeader
- Defined in:
- lib/bio-ucsc/file/twobit.rb
Instance Attribute Summary collapse
-
#reserved ⇒ Object
Returns the value of attribute reserved.
-
#sequence_count ⇒ Object
Returns the value of attribute sequence_count.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#reserved ⇒ Object
Returns the value of attribute reserved
13 14 15 |
# File 'lib/bio-ucsc/file/twobit.rb', line 13 def reserved @reserved end |
#sequence_count ⇒ Object
Returns the value of attribute sequence_count
13 14 15 |
# File 'lib/bio-ucsc/file/twobit.rb', line 13 def sequence_count @sequence_count end |
#signature ⇒ Object
Returns the value of attribute signature
13 14 15 |
# File 'lib/bio-ucsc/file/twobit.rb', line 13 def signature @signature end |
#version ⇒ Object
Returns the value of attribute version
13 14 15 |
# File 'lib/bio-ucsc/file/twobit.rb', line 13 def version @version end |