Sha256: 3b9d5cb63ad152b93d57cc1cf154c226ce955ab7ac67192a501f93aa3cfa74b9

Contents?: true

Size: 434 Bytes

Versions: 20

Compression:

Stored size: 434 Bytes

Contents

module Unimatrix::Distributor

  class ActivityReference < Unimatrix::Resource
    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

20 entries across 20 versions & 1 rubygems

Version Path
unimatrix-3.4.0 lib/unimatrix/distributor/activity_reference.rb
unimatrix-3.3.4 lib/unimatrix/distributor/activity_reference.rb
unimatrix-3.3.3 lib/unimatrix/distributor/activity_reference.rb
unimatrix-3.3.2 lib/unimatrix/distributor/activity_reference.rb
unimatrix-3.3.1 lib/unimatrix/distributor/activity_reference.rb
unimatrix-3.3.0 lib/unimatrix/distributor/activity_reference.rb
unimatrix-3.2.0 lib/unimatrix/distributor/activity_reference.rb
unimatrix-3.1.0 lib/unimatrix/distributor/activity_reference.rb
unimatrix-3.0.0 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.9.0 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.8.0 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.7.1 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.7.0 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.6.1 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.6.0 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.5.5 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.5.4 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.5.3 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.5.2 lib/unimatrix/distributor/activity_reference.rb
unimatrix-2.5.1 lib/unimatrix/distributor/activity_reference.rb