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
16 17 18 |
# File 'lib/kward/compactor.rb', line 16 def file_ops @file_ops end |
#first_kept_entry_id ⇒ Object
Returns the value of attribute first_kept_entry_id
16 17 18 |
# File 'lib/kward/compactor.rb', line 16 def first_kept_entry_id @first_kept_entry_id end |
#kept_messages ⇒ Object
Returns the value of attribute kept_messages
16 17 18 |
# File 'lib/kward/compactor.rb', line 16 def @kept_messages end |
#messages_to_summarize ⇒ Object
Returns the value of attribute messages_to_summarize
16 17 18 |
# File 'lib/kward/compactor.rb', line 16 def @messages_to_summarize end |
#previous_summary ⇒ Object
Returns the value of attribute previous_summary
16 17 18 |
# File 'lib/kward/compactor.rb', line 16 def previous_summary @previous_summary end |
#settings ⇒ Object
Returns the value of attribute settings
16 17 18 |
# File 'lib/kward/compactor.rb', line 16 def settings @settings end |
#split_turn ⇒ Object
Returns the value of attribute split_turn
16 17 18 |
# File 'lib/kward/compactor.rb', line 16 def split_turn @split_turn end |
#tokens_before ⇒ Object
Returns the value of attribute tokens_before
16 17 18 |
# File 'lib/kward/compactor.rb', line 16 def tokens_before @tokens_before end |
#turn_prefix_messages ⇒ Object
Returns the value of attribute turn_prefix_messages
16 17 18 |
# File 'lib/kward/compactor.rb', line 16 def @turn_prefix_messages end |