Sha256: 9135c96d6c93f2fbe30b4d98702f24a7a1253392ef6246b546046cd0f9e43f42
Contents?: true
Size: 283 Bytes
Versions: 15
Compression:
Stored size: 283 Bytes
Contents
module Fog module Billing class StormOnDemand class Real def get_invoice(options={}) request( :path => '/Billing/Invoice/details', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems