class AWSPricing::Base
Private Class Methods
get(url)
click to toggle source
Calls superclass method
# File lib/aws-pricing/base.rb, line 8 def self.get(url) super(url+'.json').parsed_response['config'] end