Class: Bio::Ucsc::File::Twobit::TwoBitHeader

Inherits:
Struct
  • Object
show all
Defined in:
lib/bio-ucsc/file/twobit.rb

Instance Attribute Summary collapse

Instance Attribute Details

#reservedObject

Returns the value of attribute reserved

Returns:

  • (Object)

    the current value of reserved



13
14
15
# File 'lib/bio-ucsc/file/twobit.rb', line 13

def reserved
  @reserved
end

#sequence_countObject

Returns the value of attribute sequence_count

Returns:

  • (Object)

    the current value of sequence_count



13
14
15
# File 'lib/bio-ucsc/file/twobit.rb', line 13

def sequence_count
  @sequence_count
end

#signatureObject

Returns the value of attribute signature

Returns:

  • (Object)

    the current value of signature



13
14
15
# File 'lib/bio-ucsc/file/twobit.rb', line 13

def signature
  @signature
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



13
14
15
# File 'lib/bio-ucsc/file/twobit.rb', line 13

def version
  @version
end