Class: AWSPricing::Base

Inherits:
Object
  • Object
show all
Includes:
HTTParty
Defined in:
lib/aws-pricing/base.rb

Class Method Summary collapse

Class Method Details

.get(url) ⇒ Object



8
9
10
# File 'lib/aws-pricing/base.rb', line 8

def self.get(url)
  super(url).parsed_response['config']
end