# File lib/fog/workflow/openstack/v2/requests/list_actions.rb, line 6 def list_actions(params = {}) body = Fog::JSON.encode(params) request( :body => body, :expects => 200, :method => "GET", :path => "actions" ) end