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