Sha256: e46f515a297a85bfade04cca578223fad8e11460eafefa73bf3c67be2456a8bd

Contents?: true

Size: 285 Bytes

Versions: 2

Compression:

Stored size: 285 Bytes

Contents

module Fog
  module Billing
    class StormOnDemand
      class Real
        def get_invoice(options = {})
          request(
            :path => '/Billing/Invoice/details',
            :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/get_invoice.rb
fog-storm_on_demand-0.0.1 lib/fog/billing/storm_on_demand/requests/get_invoice.rb