Module: EDNGRAMMAR::PartialTime0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#time_hour ⇒ Object
12394 12395 12396 |
# File 'lib/parser/edngrammar.rb', line 12394 def time_hour elements[0] end |
#time_minute ⇒ Object
12398 12399 12400 |
# File 'lib/parser/edngrammar.rb', line 12398 def time_minute elements[2] end |
#time_second ⇒ Object
12402 12403 12404 |
# File 'lib/parser/edngrammar.rb', line 12402 def time_second elements[4] end |