Class: Proxy::Dynflow::Runner::ExternalEvent

Inherits:
Object
  • Object
show all
Defined in:
lib/smart_proxy_dynflow/runner/update.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dataObject (readonly)

Returns the value of attribute data.



26
27
28
# File 'lib/smart_proxy_dynflow/runner/update.rb', line 26

def data
  @data
end