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
26 27 28 |
# File 'lib/ask/agent/events.rb', line 26 def reason @reason end |
#tokens_before ⇒ Object (readonly)
Returns the value of attribute tokens_before
26 27 28 |
# File 'lib/ask/agent/events.rb', line 26 def tokens_before @tokens_before end |