Sha256: eb75b1322e75a8410e282e50400e0a416fe2822cc7e9eaca46b1881817b9e8f6

Contents?: true

Size: 401 Bytes

Versions: 1

Compression:

Stored size: 401 Bytes

Contents

module Aptible
  module Billing
    class Meter < Resource
      field :id
      field :size
      field :meter_type, type: String
      field :description, type: String
      field :account_id, type: String
      field :created_at, type: Time
      field :updated_at, type: Time
      field :started_at, type: Time
      field :ended_at, type: Time
      belongs_to :billing_detail
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aptible-billing-0.1.4 lib/aptible/billing/meter.rb