Class: GraphML::Node

Inherits:
Struct
  • Object
show all
Defined in:
lib/Yinspire/Loaders/GraphML.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



6
7
8
# File 'lib/Yinspire/Loaders/GraphML.rb', line 6

def data
  @data
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



6
7
8
# File 'lib/Yinspire/Loaders/GraphML.rb', line 6

def id
  @id
end