Class: GraphML::Node
- Inherits:
-
Struct
- Object
- Struct
- GraphML::Node
- Defined in:
- lib/Yinspire/Loaders/GraphML.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
6 7 8 |
# File 'lib/Yinspire/Loaders/GraphML.rb', line 6 def data @data end |
#id ⇒ Object
Returns the value of attribute id
6 7 8 |
# File 'lib/Yinspire/Loaders/GraphML.rb', line 6 def id @id end |