Class: Proxy::Dynflow::Runner::ExternalEvent
- Inherits:
-
Object
- Object
- Proxy::Dynflow::Runner::ExternalEvent
- Defined in:
- lib/smart_proxy_dynflow/runner/update.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ ExternalEvent
constructor
A new instance of ExternalEvent.
Constructor Details
#initialize(data = {}) ⇒ ExternalEvent
Returns a new instance of ExternalEvent.
28 29 30 |
# File 'lib/smart_proxy_dynflow/runner/update.rb', line 28 def initialize(data = {}) @data = data end |
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
26 27 28 |
# File 'lib/smart_proxy_dynflow/runner/update.rb', line 26 def data @data end |