Sha256: b3e2c8eef3236d14acc358ebce640d012e259899180ed472f4791017733094d2
Contents?: true
Size: 295 Bytes
Versions: 15
Compression:
Stored size: 295 Bytes
Contents
module Fog module Compute class StormOnDemand class Real def get_product_code(options={}) request( :path => '/Product/getProductCodeFromPath', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems