Sha256: a6c5938dfb012b9fbc456ea9f09f95b50ab51349a37bdbad41540d244ba89b7a
Contents?: true
Size: 284 Bytes
Versions: 53
Compression:
Stored size: 284 Bytes
Contents
module Fog module Billing class StormOnDemand class Real def list_invoices(options={}) request( :path => '/Billing/Invoice/list', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
53 entries across 53 versions & 3 rubygems