Sha256: b622bb8c7b76758298ebea8b8f1d45d70291faee92b2b639d90680d2890b2669

Contents?: true

Size: 307 Bytes

Versions: 8

Compression:

Stored size: 307 Bytes

Contents

require "jfoundry/v2/model"

module JFoundry::V2
  class AppEvent < Model
    to_one :app

    attribute :instance_guid, :string
    attribute :instance_index, :integer
    attribute :exit_status, :integer
    attribute :exit_description, :string, :default => ""
    attribute :timestamp, :string
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jfoundry-0.1.7 lib/jfoundry/v2/app_event.rb
jfoundry-0.1.6 lib/jfoundry/v2/app_event.rb
jfoundry-0.1.4 lib/jfoundry/v2/app_event.rb
jfoundry-0.1.3 lib/jfoundry/v2/app_event.rb
jfoundry-0.1.2 lib/jfoundry/v2/app_event.rb
jfoundry-0.1.1 lib/jfoundry/v2/app_event.rb
jfoundry-0.1.0.pre lib/jfoundry/v2/app_event.rb
jfoundry-0.1.0 lib/jfoundry/v2/app_event.rb