Class: Bio::KEGG::KGML::Reaction

Inherits:
Object
  • Object
show all
Defined in:
lib/bio/db/kegg/kgml.rb

Instance Attribute Summary collapse

Instance Attribute Details

#altObject

Hash



144
145
146
# File 'lib/bio/db/kegg/kgml.rb', line 144

def alt
  @alt
end

#directionObject

Returns the value of attribute direction.



142
143
144
# File 'lib/bio/db/kegg/kgml.rb', line 142

def direction
  @direction
end

#entry_idObject

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

#productsObject

Array



143
144
145
# File 'lib/bio/db/kegg/kgml.rb', line 143

def products
  @products
end

#substratesObject

Array



143
144
145
# File 'lib/bio/db/kegg/kgml.rb', line 143

def substrates
  @substrates
end