Module: InputGrammar::TimeRange1

Defined in:
lib/worked/inputgrammar.rb

Instance Method Summary collapse

Instance Method Details

#fromObject



182
183
184
# File 'lib/worked/inputgrammar.rb', line 182

def from
  f.to_24h
end

#toObject



186
187
188
# File 'lib/worked/inputgrammar.rb', line 186

def to
  t.to_24h
end