Class: Nexml::Document::Edge

Inherits:
Nexml::DummyBase show all
Defined in:
lib/nexml.rb

Overview

these two need to be internalize (perhaps within the tree)

Instance Attribute Summary

Attributes inherited from Nexml::DummyBase

#attributes, #text

Instance Method Summary collapse

Methods inherited from Nexml::DummyBase

#attribute

Constructor Details

#initialize(opts) ⇒ Edge

Returns a new instance of Edge.



310
311
312
# File 'lib/nexml.rb', line 310

def initialize(opts)
 super
end