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
cfoundry-4.5.3 lib/cfoundry/v2/event.rb
cfoundry-4.5.2 lib/cfoundry/v2/event.rb
cfoundry-4.5.1 lib/cfoundry/v2/event.rb
cfoundry-4.5.0 lib/cfoundry/v2/event.rb
cfoundry-4.3.12 lib/cfoundry/v2/event.rb
cfoundry-4.3.11 lib/cfoundry/v2/event.rb
cfoundry-4.3.10 lib/cfoundry/v2/event.rb
cfoundry-4.3.9 lib/cfoundry/v2/event.rb
cfoundry-4.3.8 lib/cfoundry/v2/event.rb