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