Class: Ask::Agent::Events::CompactionStart

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

Instance Attribute Summary collapse

Instance Attribute Details

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



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

def reason
  @reason
end

#tokens_beforeObject (readonly)

Returns the value of attribute tokens_before

Returns:

  • (Object)

    the current value of tokens_before



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

def tokens_before
  @tokens_before
end