Class: Ask::Agent::Events::CompactionStart
- Inherits:
-
Data
- Object
- Data
- Ask::Agent::Events::CompactionStart
- Defined in:
- lib/ask/agent/events.rb
Instance Attribute Summary collapse
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#tokens_before ⇒ Object
readonly
Returns the value of attribute tokens_before.
Instance Attribute Details
#reason ⇒ Object (readonly)
Returns the value of attribute reason
21 22 23 |
# File 'lib/ask/agent/events.rb', line 21 def reason @reason end |
#tokens_before ⇒ Object (readonly)
Returns the value of attribute tokens_before
21 22 23 |
# File 'lib/ask/agent/events.rb', line 21 def tokens_before @tokens_before end |