Class: Ask::Agent::Events::CompactionEnd

Inherits:
Data
  • Object
show all
Defined in:
lib/ask/agent/events.rb

Instance Attribute Summary collapse

Instance Attribute Details

#summaryObject (readonly)

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



22
23
24
# File 'lib/ask/agent/events.rb', line 22

def summary
  @summary
end

#tokens_afterObject (readonly)

Returns the value of attribute tokens_after

Returns:

  • (Object)

    the current value of tokens_after



22
23
24
# File 'lib/ask/agent/events.rb', line 22

def tokens_after
  @tokens_after
end

#tokens_beforeObject (readonly)

Returns the value of attribute tokens_before

Returns:

  • (Object)

    the current value of tokens_before



22
23
24
# File 'lib/ask/agent/events.rb', line 22

def tokens_before
  @tokens_before
end