Class: Bio::TwoBit::Metadata

Inherits:
Struct
  • Object
show all
Defined in:
lib/bio/twobit/metadata.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



3
4
5
# File 'lib/bio/twobit/metadata.rb', line 3

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



3
4
5
# File 'lib/bio/twobit/metadata.rb', line 3

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



3
4
5
# File 'lib/bio/twobit/metadata.rb', line 3

def name
  @name
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



3
4
5
# File 'lib/bio/twobit/metadata.rb', line 3

def url
  @url
end