Sha256: 9bd13ecfd32ed1711b769c93ba477879981ae74aafae53ea46680438d722e845

Contents?: true

Size: 273 Bytes

Versions: 3

Compression:

Stored size: 273 Bytes

Contents

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

  identity :id, type: :integer

  attribute :type
  attribute :created_at, type: :time
  attribute :severity
  attribute :acknowledged, type: :boolean

  has_one :server
end

Version data entries

3 entries across 3 versions & 1 rubygems

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