Class: Kward::Compaction::PreparationResult
- Inherits:
-
Struct
- Object
- Struct
- Kward::Compaction::PreparationResult
- Defined in:
- lib/kward/compactor.rb
Instance Attribute Summary collapse
-
#file_ops ⇒ Object
Returns the value of attribute file_ops.
-
#first_kept_entry_id ⇒ Object
Returns the value of attribute first_kept_entry_id.
-
#kept_messages ⇒ Object
Returns the value of attribute kept_messages.
-
#messages_to_summarize ⇒ Object
Returns the value of attribute messages_to_summarize.
-
#previous_summary ⇒ Object
Returns the value of attribute previous_summary.
-
#settings ⇒ Object
Returns the value of attribute settings.
-
#split_turn ⇒ Object
Returns the value of attribute split_turn.
-
#tokens_before ⇒ Object
Returns the value of attribute tokens_before.
-
#turn_prefix_messages ⇒ Object
Returns the value of attribute turn_prefix_messages.
Instance Attribute Details
#file_ops ⇒ Object
Returns the value of attribute file_ops
14 15 16 |
# File 'lib/kward/compactor.rb', line 14 def file_ops @file_ops end |
#first_kept_entry_id ⇒ Object
Returns the value of attribute 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_messages ⇒ Object
Returns the value of attribute kept_messages
14 15 16 |
# File 'lib/kward/compactor.rb', line 14 def @kept_messages end |
#messages_to_summarize ⇒ Object
Returns the value of attribute messages_to_summarize
14 15 16 |
# File 'lib/kward/compactor.rb', line 14 def @messages_to_summarize end |
#previous_summary ⇒ Object
Returns the value of attribute previous_summary
14 15 16 |
# File 'lib/kward/compactor.rb', line 14 def previous_summary @previous_summary end |
#settings ⇒ Object
Returns the value of attribute settings
14 15 16 |
# File 'lib/kward/compactor.rb', line 14 def settings @settings end |
#split_turn ⇒ Object
Returns the value of attribute split_turn
14 15 16 |
# File 'lib/kward/compactor.rb', line 14 def split_turn @split_turn end |
#tokens_before ⇒ Object
Returns the value of attribute tokens_before
14 15 16 |
# File 'lib/kward/compactor.rb', line 14 def tokens_before @tokens_before end |
#turn_prefix_messages ⇒ Object
Returns the value of attribute turn_prefix_messages
14 15 16 |
# File 'lib/kward/compactor.rb', line 14 def @turn_prefix_messages end |