# File lib/fog/workflow/openstack/v2/requests/get_action.rb, line 16 def get_action(_name) response = Excon::Response.new response.status = 200 response.body = {"version" => "2.0", "action1" => {"input" => ['test_id']}} response end