Class: Turbo::Replay::Configuration
- Inherits:
-
Object
- Object
- Turbo::Replay::Configuration
- Defined in:
- lib/turbo/replay.rb
Instance Attribute Summary collapse
-
#repo ⇒ Object
Returns the value of attribute repo.
-
#retention ⇒ Object
Returns the value of attribute retention.
Instance Attribute Details
#repo ⇒ Object
Returns the value of attribute repo.
20 21 22 |
# File 'lib/turbo/replay.rb', line 20 def repo @repo end |
#retention ⇒ Object
Returns the value of attribute retention.
20 21 22 |
# File 'lib/turbo/replay.rb', line 20 def retention @retention end |