Class: Chem::KEGG::KeggReaction::ReactionEntry

Inherits:
Object
  • Object
show all
Defined in:
lib/chem/db/kcf.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeReactionEntry

Returns a new instance of ReactionEntry.



94
95
96
97
98
# File 'lib/chem/db/kcf.rb', line 94

def initialize
  @comment = []
  @name = []
  @definition = []
end

Instance Attribute Details

#commentObject

Returns the value of attribute comment.



93
94
95
# File 'lib/chem/db/kcf.rb', line 93

def comment
  @comment
end

#definitionObject

Returns the value of attribute definition.



93
94
95
# File 'lib/chem/db/kcf.rb', line 93

def definition
  @definition
end

#ecObject

Returns the value of attribute ec.



93
94
95
# File 'lib/chem/db/kcf.rb', line 93

def ec
  @ec
end

#entryObject

Returns the value of attribute entry.



93
94
95
# File 'lib/chem/db/kcf.rb', line 93

def entry
  @entry
end

#nameObject

Returns the value of attribute name.



93
94
95
# File 'lib/chem/db/kcf.rb', line 93

def name
  @name
end

#pathwayObject

Returns the value of attribute pathway.



93
94
95
# File 'lib/chem/db/kcf.rb', line 93

def pathway
  @pathway
end

#productsObject

Returns the value of attribute products.



93
94
95
# File 'lib/chem/db/kcf.rb', line 93

def products
  @products
end

#reactantsObject

Returns the value of attribute reactants.



93
94
95
# File 'lib/chem/db/kcf.rb', line 93

def reactants
  @reactants
end

#rpairObject

Returns the value of attribute rpair.



93
94
95
# File 'lib/chem/db/kcf.rb', line 93

def rpair
  @rpair
end