Class: ActiveJob::Temporal::RateLimiters::MemoryBucketStore::Bucket
- Inherits:
-
Struct
- Object
- Struct
- ActiveJob::Temporal::RateLimiters::MemoryBucketStore::Bucket
- Defined in:
- lib/activejob/temporal/rate_limiters/memory.rb
Instance Attribute Summary collapse
-
#last_touched_at ⇒ Object
Returns the value of attribute last_touched_at.
-
#mutex ⇒ Object
Returns the value of attribute mutex.
-
#references ⇒ Object
Returns the value of attribute references.
-
#timestamps ⇒ Object
Returns the value of attribute timestamps.
Instance Attribute Details
#last_touched_at ⇒ Object
Returns the value of attribute last_touched_at
11 12 13 |
# File 'lib/activejob/temporal/rate_limiters/memory.rb', line 11 def last_touched_at @last_touched_at end |
#mutex ⇒ Object
Returns the value of attribute mutex
11 12 13 |
# File 'lib/activejob/temporal/rate_limiters/memory.rb', line 11 def mutex @mutex end |
#references ⇒ Object
Returns the value of attribute references
11 12 13 |
# File 'lib/activejob/temporal/rate_limiters/memory.rb', line 11 def references @references end |
#timestamps ⇒ Object
Returns the value of attribute timestamps
11 12 13 |
# File 'lib/activejob/temporal/rate_limiters/memory.rb', line 11 def @timestamps end |