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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of yabeda_labels



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

def yabeda_labels
  @yabeda_labels
end