Class: Arborist::Event::NodeUpdate
- Inherits:
-
Node
- Object
- Arborist::Event
- Node
- Arborist::Event::NodeUpdate
- Defined in:
- lib/arborist/event/node_update.rb
Overview
An event sent on every node update, regardless of whether or not the update resulted in any changes
Instance Attribute Summary
Attributes inherited from Node
Attributes inherited from Arborist::Event
Instance Method Summary collapse
-
#informational? ⇒ Boolean
Returns
true
if the event contains node information other than about a change in its state.
Methods inherited from Node
#initialize, #inspect_details, #match, #payload, #to_h
Methods inherited from Arborist::Event
#initialize, #inspect, #inspect_details, #match, #to_h, #type
Constructor Details
This class inherits a constructor from Arborist::Event::Node
Instance Method Details
#informational? ⇒ Boolean
Returns true
if the event contains node information other than about a change in its state.
13 14 15 |
# File 'lib/arborist/event/node_update.rb', line 13 def informational? return true end |