Class: PgEventstore::EventsSubscriptionPositionWorker::ReindexTime
- Inherits:
-
Object
- Object
- PgEventstore::EventsSubscriptionPositionWorker::ReindexTime
- Defined in:
- lib/pg_eventstore/subscriptions/events_subscription_position_worker.rb,
sig/pg_eventstore/subscriptions/events_subscription_position_worker.rbs
Instance Attribute Summary collapse
-
#time ⇒ Time?
Returns the value of attribute time.
Method Summary
Methods included from PgEventstore::Extensions::OptionsExtension
included, #init_default_values, #initialize, #options_hash, #readonly!, #readonly?, #readonly_error
Instance Attribute Details
#time ⇒ Time?
Returns the value of attribute time.
7 8 9 |
# File 'sig/pg_eventstore/subscriptions/events_subscription_position_worker.rbs', line 7 def time @time end |