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