Sha256: 6c2cfd2e541e526ed151c38fedbcea5b6c7614d2698693ae8ac1ec4b1c20f50d
Contents?: true
Size: 283 Bytes
Versions: 53
Compression:
Stored size: 283 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
53 entries across 53 versions & 3 rubygems