Module: Bio::NeXML::Base
- Defined in:
- lib/bio/db/nexml.rb
Instance Attribute Summary collapse
-
#xml_base ⇒ Object
Returns the value of attribute xml_base.
-
#xml_id ⇒ Object
Returns the value of attribute xml_id.
-
#xml_lang ⇒ Object
Returns the value of attribute xml_lang.
-
#xml_space ⇒ Object
Returns the value of attribute xml_space.
Instance Attribute Details
#xml_base ⇒ Object
Returns the value of attribute xml_base.
22 23 24 |
# File 'lib/bio/db/nexml.rb', line 22 def xml_base @xml_base end |
#xml_id ⇒ Object
Returns the value of attribute xml_id.
23 24 25 |
# File 'lib/bio/db/nexml.rb', line 23 def xml_id @xml_id end |
#xml_lang ⇒ Object
Returns the value of attribute xml_lang.
24 25 26 |
# File 'lib/bio/db/nexml.rb', line 24 def xml_lang @xml_lang end |
#xml_space ⇒ Object
Returns the value of attribute xml_space.
25 26 27 |
# File 'lib/bio/db/nexml.rb', line 25 def xml_space @xml_space end |