Method: Bio::Nexus::GenericBlock#get_name

Defined in:
lib/bio/db/nexus.rb

#get_nameObject

Gets the name of this block.


Returns

String



784
785
786
# File 'lib/bio/db/nexus.rb', line 784

def get_name
  @name
end