Class: Schedulable::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/schedulable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#form_helperObject

Returns the value of attribute form_helper.



11
12
13
# File 'lib/schedulable.rb', line 11

def form_helper
  @form_helper
end

#max_build_countObject

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_periodObject

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_modeObject

Returns the value of attribute update_mode.



11
12
13
# File 'lib/schedulable.rb', line 11

def update_mode
  @update_mode
end