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
22 23 24 |
# File 'lib/ask/agent/events.rb', line 22 def summary @summary end |
#tokens_after ⇒ Object (readonly)
Returns the value of attribute tokens_after
22 23 24 |
# File 'lib/ask/agent/events.rb', line 22 def tokens_after @tokens_after end |
#tokens_before ⇒ Object (readonly)
Returns the value of attribute tokens_before
22 23 24 |
# File 'lib/ask/agent/events.rb', line 22 def tokens_before @tokens_before end |