Sha256: 333d8d059c647fa93b62870dab9fc012eea61acde53b60d66cf8b37fa5b891b4

Contents?: true

Size: 209 Bytes

Versions: 2

Compression:

Stored size: 209 Bytes

Contents

require 'fog/core/model'

module Fog
  module Billing
    class StormOnDemand

      class Payment < Fog::Model

        def initialize(attributes={})
          super
        end

      end

    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fog-1.22.0 lib/fog/storm_on_demand/models/billing/payment.rb
fog-1.21.0 lib/fog/storm_on_demand/models/billing/payment.rb