Class: Bio::KEGG::KGML::Entry
Instance Attribute Summary (collapse)
-
- (Object) bgcolor
Returns the value of attribute bgcolor.
-
- (Object) category
Returns the value of attribute category.
-
- (Object) components
Returns the value of attribute components.
-
- (Object) entry_id
Returns the value of attribute entry_id.
-
- (Object) fgcolor
Returns the value of attribute fgcolor.
-
- (Object) height
Returns the value of attribute height.
-
- (Object) label
Returns the value of attribute label.
-
- (Object) link
Returns the value of attribute link.
-
- (Object) name
Returns the value of attribute name.
-
- (Object) pathway
Returns the value of attribute pathway.
-
- (Object) reaction
Returns the value of attribute reaction.
-
- (Object) shape
Returns the value of attribute shape.
-
- (Object) width
Returns the value of attribute width.
-
- (Object) x
Returns the value of attribute x.
-
- (Object) y
Returns the value of attribute y.
Instance Method Summary (collapse)
Instance Attribute Details
- (Object) bgcolor
Returns the value of attribute bgcolor
126 127 128 |
# File 'lib/bio/db/kegg/kgml.rb', line 126 def bgcolor @bgcolor end |
- (Object) category
Returns the value of attribute category
125 126 127 |
# File 'lib/bio/db/kegg/kgml.rb', line 125 def category @category end |
- (Object) components
Returns the value of attribute components
127 128 129 |
# File 'lib/bio/db/kegg/kgml.rb', line 127 def components @components end |
- (Object) entry_id
Returns the value of attribute entry_id
125 126 127 |
# File 'lib/bio/db/kegg/kgml.rb', line 125 def entry_id @entry_id end |
- (Object) fgcolor
Returns the value of attribute fgcolor
126 127 128 |
# File 'lib/bio/db/kegg/kgml.rb', line 126 def fgcolor @fgcolor end |
- (Object) height
Returns the value of attribute height
126 127 128 |
# File 'lib/bio/db/kegg/kgml.rb', line 126 def height @height end |
- (Object) label
Returns the value of attribute label
126 127 128 |
# File 'lib/bio/db/kegg/kgml.rb', line 126 def label @label end |
- (Object) link
Returns the value of attribute link
125 126 127 |
# File 'lib/bio/db/kegg/kgml.rb', line 125 def link @link end |
- (Object) name
Returns the value of attribute name
125 126 127 |
# File 'lib/bio/db/kegg/kgml.rb', line 125 def name @name end |
- (Object) pathway
Returns the value of attribute pathway
125 126 127 |
# File 'lib/bio/db/kegg/kgml.rb', line 125 def pathway @pathway end |
- (Object) reaction
Returns the value of attribute reaction
125 126 127 |
# File 'lib/bio/db/kegg/kgml.rb', line 125 def reaction @reaction end |
- (Object) shape
Returns the value of attribute shape
126 127 128 |
# File 'lib/bio/db/kegg/kgml.rb', line 126 def shape @shape end |
- (Object) width
Returns the value of attribute width
126 127 128 |
# File 'lib/bio/db/kegg/kgml.rb', line 126 def width @width end |
- (Object) x
Returns the value of attribute x
126 127 128 |
# File 'lib/bio/db/kegg/kgml.rb', line 126 def x @x end |
- (Object) y
Returns the value of attribute y
126 127 128 |
# File 'lib/bio/db/kegg/kgml.rb', line 126 def y @y end |
Instance Method Details
- (Object) names
128 129 130 |
# File 'lib/bio/db/kegg/kgml.rb', line 128 def names @name.split(/\s+/) end |