Sha256: cde8fc627b4d9be18323b3a2d1b1690fcf51af9a972f87ce2fcb0e179c4fde37

Contents?: true

Size: 417 Bytes

Versions: 29

Compression:

Stored size: 417 Bytes

Contents

require "cfoundry/v2/model"

module CFoundry::V2
  class Event < Model
    attribute :actee, :string
    attribute :actee_type, :string
    attribute :actor, :string
    attribute :actor_type, :string
    attribute :organization_guid, :string
    attribute :space_guid, :string
    attribute :timestamp, :string
    attribute :type, :string
    attribute :metadata, Hash

    queryable_by :type, :timestamp
  end
end

Version data entries

29 entries across 29 versions & 3 rubygems

Version Path
new_cfoundry-4.9.4 lib/cfoundry/v2/event.rb
new_cfoundry-4.9.3 lib/cfoundry/v2/event.rb
ncfoundry-4.9.4 lib/cfoundry/v2/event.rb
ncfoundry-4.9.3 lib/cfoundry/v2/event.rb
ncfoundry-4.9.2 lib/cfoundry/v2/event.rb
new_cfoundry-4.9.2 lib/cfoundry/v2/event.rb
new_cfoundry-4.9.1 lib/cfoundry/v2/event.rb
new_cfoundry-4.9.0 lib/cfoundry/v2/event.rb
new_cfoundry-4.8.3 lib/cfoundry/v2/event.rb
new_cfoundry-4.8.2 lib/cfoundry/v2/event.rb
cfoundry-4.7.2.rc1 lib/cfoundry/v2/event.rb
cfoundry-4.7.1 lib/cfoundry/v2/event.rb
cfoundry-4.7.1.rc1 lib/cfoundry/v2/event.rb
cfoundry-4.7.0 lib/cfoundry/v2/event.rb
cfoundry-4.6.3.rc3 lib/cfoundry/v2/event.rb
cfoundry-4.6.3.rc2 lib/cfoundry/v2/event.rb
cfoundry-4.6.3.rc1 lib/cfoundry/v2/event.rb
cfoundry-4.6.2 lib/cfoundry/v2/event.rb
cfoundry-4.6.1 lib/cfoundry/v2/event.rb
cfoundry-4.6.0 lib/cfoundry/v2/event.rb