Class: Kward::Compaction::PreparationResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#file_opsObject

Returns the value of attribute file_ops

Returns:

  • (Object)

    the current value of file_ops



14
15
16
# File 'lib/kward/compactor.rb', line 14

def file_ops
  @file_ops
end

#first_kept_entry_idObject

Returns the value of attribute first_kept_entry_id

Returns:

  • (Object)

    the current value of first_kept_entry_id



14
15
16
# File 'lib/kward/compactor.rb', line 14

def first_kept_entry_id
  @first_kept_entry_id
end

#kept_messagesObject

Returns the value of attribute kept_messages

Returns:

  • (Object)

    the current value of kept_messages



14
15
16
# File 'lib/kward/compactor.rb', line 14

def kept_messages
  @kept_messages
end

#messages_to_summarizeObject

Returns the value of attribute messages_to_summarize

Returns:

  • (Object)

    the current value of messages_to_summarize



14
15
16
# File 'lib/kward/compactor.rb', line 14

def messages_to_summarize
  @messages_to_summarize
end

#previous_summaryObject

Returns the value of attribute previous_summary

Returns:

  • (Object)

    the current value of previous_summary



14
15
16
# File 'lib/kward/compactor.rb', line 14

def previous_summary
  @previous_summary
end

#settingsObject

Returns the value of attribute settings

Returns:

  • (Object)

    the current value of settings



14
15
16
# File 'lib/kward/compactor.rb', line 14

def settings
  @settings
end

#split_turnObject

Returns the value of attribute split_turn

Returns:

  • (Object)

    the current value of split_turn



14
15
16
# File 'lib/kward/compactor.rb', line 14

def split_turn
  @split_turn
end

#tokens_beforeObject

Returns the value of attribute tokens_before

Returns:

  • (Object)

    the current value of tokens_before



14
15
16
# File 'lib/kward/compactor.rb', line 14

def tokens_before
  @tokens_before
end

#turn_prefix_messagesObject

Returns the value of attribute turn_prefix_messages

Returns:

  • (Object)

    the current value of turn_prefix_messages



14
15
16
# File 'lib/kward/compactor.rb', line 14

def turn_prefix_messages
  @turn_prefix_messages
end