Sha256: 59ea2fb3edbff151ef891375c23f9840ba24a7bc1a00900827f7b6aaa6a6ed61
Contents?: true
Size: 283 Bytes
Versions: 2
Compression:
Stored size: 283 Bytes
Contents
module Fog module Billing class StormOnDemand class Real def make_payment(options = {}) request( :path => '/Billing/Payment/make', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fog-storm_on_demand-0.1.0 | lib/fog/billing/storm_on_demand/requests/make_payment.rb |
fog-storm_on_demand-0.0.1 | lib/fog/billing/storm_on_demand/requests/make_payment.rb |