Method: Fog::Workflow::HuaweiCloud::V2::Mock#update_execution

Defined in:
lib/fog/workflow/huaweicloud/v2/requests/update_execution.rb

#update_execution(_id, _name, _value) ⇒ Object



23
24
25
26
27
28
# File 'lib/fog/workflow/huaweicloud/v2/requests/update_execution.rb', line 23

def update_execution(_id, _name, _value)
  response = Excon::Response.new
  response.status = 200
  response.body = ""
  response
end