Class: Kward::Compactor::Result
- Inherits:
-
Struct
- Object
- Struct
- Kward::Compactor::Result
- Defined in:
- lib/kward/compactor.rb
Instance Attribute Summary collapse
-
#details ⇒ Object
Returns the value of attribute details.
-
#first_kept_entry_id ⇒ Object
Returns the value of attribute first_kept_entry_id.
-
#new_message_count ⇒ Object
Returns the value of attribute new_message_count.
-
#old_message_count ⇒ Object
Returns the value of attribute old_message_count.
-
#summary ⇒ Object
Returns the value of attribute summary.
-
#tokens_before ⇒ Object
Returns the value of attribute tokens_before.
Instance Attribute Details
#details ⇒ Object
Returns the value of attribute details
854 855 856 |
# File 'lib/kward/compactor.rb', line 854 def details @details end |
#first_kept_entry_id ⇒ Object
Returns the value of attribute first_kept_entry_id
854 855 856 |
# File 'lib/kward/compactor.rb', line 854 def first_kept_entry_id @first_kept_entry_id end |
#new_message_count ⇒ Object
Returns the value of attribute new_message_count
854 855 856 |
# File 'lib/kward/compactor.rb', line 854 def @new_message_count end |
#old_message_count ⇒ Object
Returns the value of attribute old_message_count
854 855 856 |
# File 'lib/kward/compactor.rb', line 854 def @old_message_count end |
#summary ⇒ Object
Returns the value of attribute summary
854 855 856 |
# File 'lib/kward/compactor.rb', line 854 def summary @summary end |
#tokens_before ⇒ Object
Returns the value of attribute tokens_before
854 855 856 |
# File 'lib/kward/compactor.rb', line 854 def tokens_before @tokens_before end |