Class: Kward::Compactor::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/compactor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailsObject

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



854
855
856
# File 'lib/kward/compactor.rb', line 854

def details
  @details
end

#first_kept_entry_idObject

Returns the value of attribute first_kept_entry_id

Returns:

  • (Object)

    the current value of first_kept_entry_id



854
855
856
# File 'lib/kward/compactor.rb', line 854

def first_kept_entry_id
  @first_kept_entry_id
end

#new_message_countObject

Returns the value of attribute new_message_count

Returns:

  • (Object)

    the current value of new_message_count



854
855
856
# File 'lib/kward/compactor.rb', line 854

def new_message_count
  @new_message_count
end

#old_message_countObject

Returns the value of attribute old_message_count

Returns:

  • (Object)

    the current value of old_message_count



854
855
856
# File 'lib/kward/compactor.rb', line 854

def old_message_count
  @old_message_count
end

#summaryObject

Returns the value of attribute summary

Returns:

  • (Object)

    the current value of summary



854
855
856
# File 'lib/kward/compactor.rb', line 854

def summary
  @summary
end

#tokens_beforeObject

Returns the value of attribute tokens_before

Returns:

  • (Object)

    the current value of tokens_before



854
855
856
# File 'lib/kward/compactor.rb', line 854

def tokens_before
  @tokens_before
end