Module: EDNGRAMMAR::PartialTime0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#time_hour ⇒ Object
12388 12389 12390 |
# File 'lib/parser/edngrammar.rb', line 12388 def time_hour elements[0] end |
#time_minute ⇒ Object
12392 12393 12394 |
# File 'lib/parser/edngrammar.rb', line 12392 def time_minute elements[2] end |
#time_second ⇒ Object
12396 12397 12398 |
# File 'lib/parser/edngrammar.rb', line 12396 def time_second elements[4] end |