Class: Insika::Compaction::Plan
- Inherits:
-
Data
- Object
- Data
- Insika::Compaction::Plan
- Defined in:
- lib/insika/compaction.rb
Overview
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#upto ⇒ Object
readonly
Returns the value of attribute upto.
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count
47 48 49 |
# File 'lib/insika/compaction.rb', line 47 def count @count end |
#from ⇒ Object (readonly)
Returns the value of attribute from
47 48 49 |
# File 'lib/insika/compaction.rb', line 47 def from @from end |
#upto ⇒ Object (readonly)
Returns the value of attribute upto
47 48 49 |
# File 'lib/insika/compaction.rb', line 47 def upto @upto end |