Sha256: a0b3446a23d05cd2f4ea377fabd4949d9f9e36700c7464b55c9ccf6db26f7853
Contents?: true
Size: 307 Bytes
Versions: 68
Compression:
Stored size: 307 Bytes
Contents
require "cfoundry/v2/model" module CFoundry::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
68 entries across 68 versions & 3 rubygems