Class: Schedulable::Config
- Inherits:
-
Object
- Object
- Schedulable::Config
- Defined in:
- lib/schedulable.rb
Instance Attribute Summary collapse
-
#max_build_count ⇒ Object
Returns the value of attribute max_build_count.
-
#max_build_period ⇒ Object
Returns the value of attribute max_build_period.
Instance Attribute Details
#max_build_count ⇒ Object
Returns the value of attribute max_build_count.
9 10 11 |
# File 'lib/schedulable.rb', line 9 def max_build_count @max_build_count end |
#max_build_period ⇒ Object
Returns the value of attribute max_build_period.
9 10 11 |
# File 'lib/schedulable.rb', line 9 def max_build_period @max_build_period end |