Class: Upkeep::Subscriptions::AsyncDurableWriter::Job

Inherits:
Data
  • Object
show all
Defined in:
lib/upkeep/subscriptions/async_durable_writer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entriesObject (readonly)

Returns the value of attribute entries

Returns:

  • (Object)

    the current value of entries



8
9
10
# File 'lib/upkeep/subscriptions/async_durable_writer.rb', line 8

def entries
  @entries
end

#operationObject (readonly)

Returns the value of attribute operation

Returns:

  • (Object)

    the current value of operation



8
9
10
# File 'lib/upkeep/subscriptions/async_durable_writer.rb', line 8

def operation
  @operation
end

#subscriptionObject (readonly)

Returns the value of attribute subscription

Returns:

  • (Object)

    the current value of subscription



8
9
10
# File 'lib/upkeep/subscriptions/async_durable_writer.rb', line 8

def subscription
  @subscription
end