Sha256: 9e5b156f878484efc6ff34d5da8c2d8cd41876571f7c3a4614bcbee606172517

Contents?: true

Size: 375 Bytes

Versions: 3

Compression:

Stored size: 375 Bytes

Contents

class Ey::Core::Client::ServerUsage < Ey::Core::Model
  extend Ey::Core::Associations

  attribute :start_at,    type: :time
  attribute :end_at,      type: :time
  attribute :report_time, type: :time
  attribute :flavor
  attribute :dedicated
  attribute :location
  attribute :deis
  attribute :provisioned_id

  has_one :environment
  has_one :provider
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ey-core-3.6.6 lib/ey-core/models/server_usage.rb
ey-core-3.4.5 lib/ey-core/models/server_usage.rb
ey-core-3.6.5 lib/ey-core/models/server_usage.rb