Class: Kward::Compaction::Cut

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

Instance Attribute Summary collapse

Instance Attribute Details

#first_kept_indexObject

Returns the value of attribute first_kept_index

Returns:

  • (Object)

    the current value of first_kept_index



37
38
39
# File 'lib/kward/compactor.rb', line 37

def first_kept_index
  @first_kept_index
end

#messages_to_summarizeObject

Returns the value of attribute messages_to_summarize

Returns:

  • (Object)

    the current value of messages_to_summarize



37
38
39
# File 'lib/kward/compactor.rb', line 37

def messages_to_summarize
  @messages_to_summarize
end

#preserved_messagesObject

Returns the value of attribute preserved_messages

Returns:

  • (Object)

    the current value of preserved_messages



37
38
39
# File 'lib/kward/compactor.rb', line 37

def preserved_messages
  @preserved_messages
end

#preserved_start_indexObject

Returns the value of attribute preserved_start_index

Returns:

  • (Object)

    the current value of preserved_start_index



37
38
39
# File 'lib/kward/compactor.rb', line 37

def preserved_start_index
  @preserved_start_index
end

#split_turnObject

Returns the value of attribute split_turn

Returns:

  • (Object)

    the current value of split_turn



37
38
39
# File 'lib/kward/compactor.rb', line 37

def split_turn
  @split_turn
end

#turn_prefix_messagesObject

Returns the value of attribute turn_prefix_messages

Returns:

  • (Object)

    the current value of turn_prefix_messages



37
38
39
# File 'lib/kward/compactor.rb', line 37

def turn_prefix_messages
  @turn_prefix_messages
end