# File lib/fog/rackspace/requests/orchestration/list_resource_events.rb, line 5 def list_resource_events(stack, resource, options={}) uri = request_uri("stacks/#{stack.stack_name}/#{stack.id}/resources/#{resource.resource_name}/events", options) request(:method => 'GET', :path => uri, :expects => 200) end