Class: Upkeep::Subscriptions::AsyncDurableWriter::Job
- Inherits:
-
Data
- Object
- Data
- Upkeep::Subscriptions::AsyncDurableWriter::Job
- Defined in:
- lib/upkeep/subscriptions/async_durable_writer.rb
Instance Attribute Summary collapse
-
#entries ⇒ Object
readonly
Returns the value of attribute entries.
-
#operation ⇒ Object
readonly
Returns the value of attribute operation.
-
#subscription ⇒ Object
readonly
Returns the value of attribute subscription.
Instance Attribute Details
#entries ⇒ Object (readonly)
Returns the value of attribute entries
8 9 10 |
# File 'lib/upkeep/subscriptions/async_durable_writer.rb', line 8 def entries @entries end |
#operation ⇒ Object (readonly)
Returns the value of attribute operation
8 9 10 |
# File 'lib/upkeep/subscriptions/async_durable_writer.rb', line 8 def operation @operation end |
#subscription ⇒ Object (readonly)
Returns the value of attribute subscription
8 9 10 |
# File 'lib/upkeep/subscriptions/async_durable_writer.rb', line 8 def subscription @subscription end |