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.



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

def initialize(data = {})
  @data = data
end

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data.



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

def data
  @data
end