Method: Midnight::Token#update
- Defined in:
- lib/midnight/midnight.rb
#update(type, start = nil, interval = nil, position_in_sequence = nil) ⇒ Object
78 79 80 81 82 83 |
# File 'lib/midnight/midnight.rb', line 78 def update(type, start=nil, interval=nil, position_in_sequence=nil) @start = start @type = type @interval = interval @position_in_sequence = position_in_sequence end |