Class: Bio::KEGG::KGML::Relation
Instance Attribute Summary (collapse)
-
- (Object) name
Returns the value of attribute name.
-
- (Object) node1
Returns the value of attribute node1.
-
- (Object) node2
Returns the value of attribute node2.
-
- (Object) rel
Returns the value of attribute rel.
-
- (Object) value
Returns the value of attribute value.
Instance Method Summary (collapse)
Instance Attribute Details
- (Object) name
Returns the value of attribute name
135 136 137 |
# File 'lib/bio/db/kegg/kgml.rb', line 135 def name @name end |
- (Object) node1
Returns the value of attribute node1
134 135 136 |
# File 'lib/bio/db/kegg/kgml.rb', line 134 def node1 @node1 end |
- (Object) node2
Returns the value of attribute node2
134 135 136 |
# File 'lib/bio/db/kegg/kgml.rb', line 134 def node2 @node2 end |
- (Object) rel
Returns the value of attribute rel
134 135 136 |
# File 'lib/bio/db/kegg/kgml.rb', line 134 def rel @rel end |
- (Object) value
Returns the value of attribute value
135 136 137 |
# File 'lib/bio/db/kegg/kgml.rb', line 135 def value @value end |
Instance Method Details
- (Object) edge
136 137 138 |
# File 'lib/bio/db/kegg/kgml.rb', line 136 def edge @value.to_i end |