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
813 814 815 |
# File 'lib/kward/compactor.rb', line 813 def details @details end |
#first_kept_entry_id ⇒ Object
Returns the value of attribute first_kept_entry_id
813 814 815 |
# File 'lib/kward/compactor.rb', line 813 def first_kept_entry_id @first_kept_entry_id end |
#new_message_count ⇒ Object
Returns the value of attribute new_message_count
813 814 815 |
# File 'lib/kward/compactor.rb', line 813 def @new_message_count end |
#old_message_count ⇒ Object
Returns the value of attribute old_message_count
813 814 815 |
# File 'lib/kward/compactor.rb', line 813 def @old_message_count end |
#summary ⇒ Object
Returns the value of attribute summary
813 814 815 |
# File 'lib/kward/compactor.rb', line 813 def summary @summary end |
#tokens_before ⇒ Object
Returns the value of attribute tokens_before
813 814 815 |
# File 'lib/kward/compactor.rb', line 813 def tokens_before @tokens_before end |