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