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