Class: Turbo::Replay::Retention
- Inherits:
-
Struct
- Object
- Struct
- Turbo::Replay::Retention
- Defined in:
- lib/turbo/replay/retention.rb
Instance Attribute Summary collapse
-
#size ⇒ Object
Returns the value of attribute size.
-
#ttl ⇒ Object
Returns the value of attribute ttl.
Instance Attribute Details
#size ⇒ Object
Returns the value of attribute size
2 3 4 |
# File 'lib/turbo/replay/retention.rb', line 2 def size @size end |
#ttl ⇒ Object
Returns the value of attribute ttl
2 3 4 |
# File 'lib/turbo/replay/retention.rb', line 2 def ttl @ttl end |