Class: Sbmt::Outbox::V1::Worker::Job

Inherits:
Struct
  • Object
show all
Defined in:
lib/sbmt/outbox/v1/worker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bucketsObject

Returns the value of attribute buckets



11
12
13
# File 'lib/sbmt/outbox/v1/worker.rb', line 11

def buckets
  @buckets
end

#item_classObject

Returns the value of attribute item_class



11
12
13
# File 'lib/sbmt/outbox/v1/worker.rb', line 11

def item_class
  @item_class
end

#log_tagsObject

Returns the value of attribute log_tags



11
12
13
# File 'lib/sbmt/outbox/v1/worker.rb', line 11

def log_tags
  @log_tags
end

#partitionObject

Returns the value of attribute partition



11
12
13
# File 'lib/sbmt/outbox/v1/worker.rb', line 11

def partition
  @partition
end

#resource_keyObject

Returns the value of attribute resource_key



11
12
13
# File 'lib/sbmt/outbox/v1/worker.rb', line 11

def resource_key
  @resource_key
end

#resource_pathObject

Returns the value of attribute resource_path



11
12
13
# File 'lib/sbmt/outbox/v1/worker.rb', line 11

def resource_path
  @resource_path
end

#yabeda_labelsObject

Returns the value of attribute yabeda_labels



11
12
13
# File 'lib/sbmt/outbox/v1/worker.rb', line 11

def yabeda_labels
  @yabeda_labels
end