Sha256: 946b9b8223d6885ec20c6ce169d87a6218e9fd174674f61e8a871e0235d02708

Contents?: true

Size: 407 Bytes

Versions: 7

Compression:

Stored size: 407 Bytes

Contents

module Fog
  module Billing
    class StormOnDemand
      class Invoice < Fog::Model
        identity :id
        attribute :accnt
        attribute :bill_date
        attribute :due
        attribute :end_date
        attribute :lineitem_groups
        attribute :payments
        attribute :start_date
        attribute :status
        attribute :total
        attribute :type
      end
    end
  end
end

Version data entries

7 entries across 5 versions & 3 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-storm_on_demand-0.1.1/lib/fog/billing/storm_on_demand/models/invoice.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-storm_on_demand-0.1.1/lib/fog/billing/storm_on_demand/models/invoice.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-storm_on_demand-0.1.1/lib/fog/billing/storm_on_demand/models/invoice.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-storm_on_demand-0.1.1/lib/fog/billing/storm_on_demand/models/invoice.rb
fog-storm_on_demand-0.1.1 lib/fog/billing/storm_on_demand/models/invoice.rb
fog-storm_on_demand-0.1.0 lib/fog/billing/storm_on_demand/models/invoice.rb
fog-storm_on_demand-0.0.1 lib/fog/billing/storm_on_demand/models/invoice.rb