Created
May 6, 2014 14:44
-
-
Save elight/1333042828016e29885a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Fog | |
module Rackspace | |
class Monitoring | |
class Real | |
def list_entities(options={}) | |
request( | |
:expects => [200, 203], | |
:method => 'GET', | |
:path => 'entities', | |
:query => options | |
) | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment