Module: Bio::NeXML::Base

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

Instance Attribute Summary collapse

Instance Attribute Details

#xml_baseObject

Returns the value of attribute xml_base.



21
22
23
# File 'lib/bio/db/nexml.rb', line 21

def xml_base
  @xml_base
end

#xml_idObject

Returns the value of attribute xml_id.



22
23
24
# File 'lib/bio/db/nexml.rb', line 22

def xml_id
  @xml_id
end

#xml_langObject

Returns the value of attribute xml_lang.



23
24
25
# File 'lib/bio/db/nexml.rb', line 23

def xml_lang
  @xml_lang
end

#xml_spaceObject

Returns the value of attribute xml_space.



24
25
26
# File 'lib/bio/db/nexml.rb', line 24

def xml_space
  @xml_space
end