Module: EDNGRAMMAR::PartialTime0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#time_hour ⇒ Object
12765 12766 12767 |
# File 'lib/parser/edngrammar.rb', line 12765 def time_hour elements[0] end |
#time_minute ⇒ Object
12769 12770 12771 |
# File 'lib/parser/edngrammar.rb', line 12769 def time_minute elements[2] end |
#time_second ⇒ Object
12773 12774 12775 |
# File 'lib/parser/edngrammar.rb', line 12773 def time_second elements[4] end |