Sha256: c0f694676e69fa22a531d06ecb3dca0ea01c4ca8fcb694bbe4bf6f46dd8e60f2

Contents?: true

Size: 441 Bytes

Versions: 13

Compression:

Stored size: 441 Bytes

Contents

module Unimatrix::Distributor

  class ActivityReference < Unimatrix::DynamicResource
    field    :id
    field    :type_name
    field    :subject_uuid
    field    :subject_type
    field    :state
    field    :message
    field    :properties
    field    :distribution_uuid
    field    :completed_at
    field    :destroyed_at
    field    :created_at
    field    :updated_at
    field    :execute_at

    has_one  :realm
  end

end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
unimatrix-2.5.0 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.4.2 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.3.1 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.2.1 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.1.1 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.0.1 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.0.0 lib/unimatrix/distributor/activity_reference.rb
unimatrix-1.4.3 lib/unimatrix/distributor/activity_reference.rb
unimatrix-1.4.1 lib/unimatrix/distributor/activity_reference.rb
unimatrix-1.4.0 lib/unimatrix/distributor/activity_reference.rb
unimatrix-1.2.0 lib/unimatrix/distributor/activity_reference.rb
unimatrix-1.1.0 lib/unimatrix/distributor/activity_reference.rb
unimatrix-1.0.0 lib/unimatrix/distributor/activity_reference.rb