Class: AwsRestClient

Inherits:
Object
  • Object
show all
Defined in:
lib/aws_status.rb

Class Method Summary collapse

Class Method Details

.get(uri) ⇒ Object



17
18
19
# File 'lib/aws_status.rb', line 17

def self.get(uri)
	HTTParty.get(uri).to_s
end