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