Class: Bio::KEGG::KGML::Reaction
Instance Attribute Summary collapse
-
#alt ⇒ Object
Hash.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#entry_id ⇒ Object
Returns the value of attribute entry_id.
-
#products ⇒ Object
Array.
-
#substrates ⇒ Object
Array.
Instance Attribute Details
#direction ⇒ Object
Returns the value of attribute direction.
142 143 144 |
# File 'lib/bio/db/kegg/kgml.rb', line 142 def direction @direction end |
#entry_id ⇒ Object
Returns the value of attribute entry_id.
142 143 144 |
# File 'lib/bio/db/kegg/kgml.rb', line 142 def entry_id @entry_id end |
#products ⇒ Object
Array
143 144 145 |
# File 'lib/bio/db/kegg/kgml.rb', line 143 def products @products end |
#substrates ⇒ Object
Array
143 144 145 |
# File 'lib/bio/db/kegg/kgml.rb', line 143 def substrates @substrates end |