class AwsRestClient

Public Class Methods

get(uri) click to toggle source
# File lib/aws_status.rb, line 17
def self.get(uri)
        HTTParty.get(uri).to_s
end