Class: TimeSlot

Inherits:
Object
  • Object
show all
Includes:
SlotMachine::Slot
Defined in:
lib/time_slot.rb

Class Method Summary collapse

Methods included from SlotMachine::Slot

#+, #-, #==, #end=, included, #initialize, #inspect, #length=, #length?, #match, #range?, #start=

Class Method Details

.default_intervalObject



4
5
6
# File 'lib/time_slot.rb', line 4

def self.default_interval
  @interval || 15
end