Object
Bio::KEGG::KGML::SubstrateProduct contains a substrate element or a product element in the KGML.
Please do not use SubstrateProduct directly. Instead, please use Substrate or Product class.
ID of this substrate or product (Integer or nil)
name of this substrate or product (String or nil)
Creates a new object
# File lib/bio/db/kegg/kgml.rb, line 516 def initialize(id = nil, name = nil) @id ||= id @name ||= name end
[Validate]
Generated with the Darkfish Rdoc Generator 2.