Exception: Leftovers::FileCollector::NodeProcessor::Error
Instance Attribute Summary collapse
-
#node ⇒ Object
readonly
Returns the value of attribute node.
Instance Method Summary collapse
-
#initialize(message, node) ⇒ Error
constructor
A new instance of Error.
Constructor Details
#initialize(message, node) ⇒ Error
Returns a new instance of Error.
9 10 11 12 |
# File 'lib/leftovers/file_collector/node_processor/error.rb', line 9 def initialize(, node) super() @node = node end |
Instance Attribute Details
#node ⇒ Object (readonly)
Returns the value of attribute node.
7 8 9 |
# File 'lib/leftovers/file_collector/node_processor/error.rb', line 7 def node @node end |