Class: Sbmt::Outbox::V1::Worker::Job
- Inherits:
-
Struct
- Object
- Struct
- Sbmt::Outbox::V1::Worker::Job
- Defined in:
- lib/sbmt/outbox/v1/worker.rb
Instance Attribute Summary collapse
-
#buckets ⇒ Object
Returns the value of attribute buckets.
-
#item_class ⇒ Object
Returns the value of attribute item_class.
-
#log_tags ⇒ Object
Returns the value of attribute log_tags.
-
#partition ⇒ Object
Returns the value of attribute partition.
-
#resource_key ⇒ Object
Returns the value of attribute resource_key.
-
#resource_path ⇒ Object
Returns the value of attribute resource_path.
-
#yabeda_labels ⇒ Object
Returns the value of attribute yabeda_labels.
Instance Attribute Details
#buckets ⇒ Object
Returns the value of attribute buckets
11 12 13 |
# File 'lib/sbmt/outbox/v1/worker.rb', line 11 def buckets @buckets end |
#item_class ⇒ Object
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_tags ⇒ Object
Returns the value of attribute log_tags
11 12 13 |
# File 'lib/sbmt/outbox/v1/worker.rb', line 11 def @log_tags end |
#partition ⇒ Object
Returns the value of attribute partition
11 12 13 |
# File 'lib/sbmt/outbox/v1/worker.rb', line 11 def partition @partition end |
#resource_key ⇒ Object
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_path ⇒ Object
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_labels ⇒ Object
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 |