Class: Bio::NeXML::IntRootEdge
Instance Attribute Summary
Attributes inherited from Edge
Instance Method Summary (collapse)
-
- (IntRootEdge) initialize(id, options = {})
constructor
A new instance of IntRootEdge.
- - (Object) length
Methods inherited from RootEdge
Methods inherited from Edge
Methods included from Mapper
Constructor Details
- (IntRootEdge) initialize(id, options = {})
A new instance of IntRootEdge
127 128 129 |
# File 'lib/bio/db/nexml/trees.rb', line 127 def initialize( id, = {} ) super end |
Instance Method Details
- (Object) length
130 131 132 |
# File 'lib/bio/db/nexml/trees.rb', line 130 def length distance.to_i end |