Class: Schedulable::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#max_build_countObject

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_periodObject

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