Sha256: f97a450eb03641e5dbcaf2b77db98fb4cae72e1068e3a353e540f08b7db37dcb
Contents?: true
Size: 282 Bytes
Versions: 15
Compression:
Stored size: 282 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
15 entries across 15 versions & 4 rubygems