Module: EDNGRAMMAR::PartialTime0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#time_hour ⇒ Object
12644 12645 12646 |
# File 'lib/parser/edngrammar.rb', line 12644 def time_hour elements[0] end |
#time_minute ⇒ Object
12648 12649 12650 |
# File 'lib/parser/edngrammar.rb', line 12648 def time_minute elements[2] end |
#time_second ⇒ Object
12652 12653 12654 |
# File 'lib/parser/edngrammar.rb', line 12652 def time_second elements[4] end |