Sha256: cc7b61e7f1fc70b0cbf7599056f7c4e3bfc0a5ad49163e89c68422fd51ccfd20
Contents?: true
Size: 588 Bytes
Versions: 111
Compression:
Stored size: 588 Bytes
Contents
module Fog module Compute class Bluebox class Real # Get list of products # # ==== Returns # * response<~Excon::Response>: # * body<~Array>: # * 'id'<~String> - UUID of the product # * 'description'<~String> - Description of the product # * 'cost'<~Decimal> - Hourly cost of the product def get_products request( :expects => 200, :method => 'GET', :path => 'api/block_products.json' ) end end end end end
Version data entries
111 entries across 111 versions & 19 rubygems