Module: EDNGRAMMAR::PartialTime0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#time_hour ⇒ Object
12758 12759 12760 |
# File 'lib/parser/edngrammar.rb', line 12758 def time_hour elements[0] end |
#time_minute ⇒ Object
12762 12763 12764 |
# File 'lib/parser/edngrammar.rb', line 12762 def time_minute elements[2] end |
#time_second ⇒ Object
12766 12767 12768 |
# File 'lib/parser/edngrammar.rb', line 12766 def time_second elements[4] end |