Class: Kward::Compaction::Cut
- Inherits:
-
Struct
- Object
- Struct
- Kward::Compaction::Cut
- Defined in:
- lib/kward/compactor.rb
Instance Attribute Summary collapse
-
#first_kept_index ⇒ Object
Returns the value of attribute first_kept_index.
-
#messages_to_summarize ⇒ Object
Returns the value of attribute messages_to_summarize.
-
#preserved_messages ⇒ Object
Returns the value of attribute preserved_messages.
-
#preserved_start_index ⇒ Object
Returns the value of attribute preserved_start_index.
-
#split_turn ⇒ Object
Returns the value of attribute split_turn.
-
#turn_prefix_messages ⇒ Object
Returns the value of attribute turn_prefix_messages.
Instance Attribute Details
#first_kept_index ⇒ Object
Returns the value of attribute first_kept_index
27 28 29 |
# File 'lib/kward/compactor.rb', line 27 def first_kept_index @first_kept_index end |
#messages_to_summarize ⇒ Object
Returns the value of attribute messages_to_summarize
27 28 29 |
# File 'lib/kward/compactor.rb', line 27 def @messages_to_summarize end |
#preserved_messages ⇒ Object
Returns the value of attribute preserved_messages
27 28 29 |
# File 'lib/kward/compactor.rb', line 27 def @preserved_messages end |
#preserved_start_index ⇒ Object
Returns the value of attribute preserved_start_index
27 28 29 |
# File 'lib/kward/compactor.rb', line 27 def preserved_start_index @preserved_start_index end |
#split_turn ⇒ Object
Returns the value of attribute split_turn
27 28 29 |
# File 'lib/kward/compactor.rb', line 27 def split_turn @split_turn end |
#turn_prefix_messages ⇒ Object
Returns the value of attribute turn_prefix_messages
27 28 29 |
# File 'lib/kward/compactor.rb', line 27 def @turn_prefix_messages end |