Class: ArcFurnace::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/arc-furnace/node.rb

Direct Known Subclasses

Hash, Source

Instance Attribute Summary collapse

Instance Attribute Details

#error_handlerObject

Returns the value of attribute error_handler.



3
4
5
# File 'lib/arc-furnace/node.rb', line 3

def error_handler
  @error_handler
end

#node_idObject

Returns the value of attribute node_id.



3
4
5
# File 'lib/arc-furnace/node.rb', line 3

def node_id
  @node_id
end

#paramsObject

Returns the value of attribute params.



3
4
5
# File 'lib/arc-furnace/node.rb', line 3

def params
  @params
end