Module: Pacer::Transform::HasCountCap
- Defined in:
- lib/pacer/transform/has_count_cap.rb
Instance Attribute Summary collapse
-
#max ⇒ Object
Returns the value of attribute max.
-
#min ⇒ Object
Returns the value of attribute min.
Instance Attribute Details
#max ⇒ Object
Returns the value of attribute max.
18 19 20 |
# File 'lib/pacer/transform/has_count_cap.rb', line 18 def max @max end |
#min ⇒ Object
Returns the value of attribute min.
18 19 20 |
# File 'lib/pacer/transform/has_count_cap.rb', line 18 def min @min end |