Module: EDNGRAMMAR::PartialTime0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#time_hour ⇒ Object
12336 12337 12338 |
# File 'lib/parser/edngrammar.rb', line 12336 def time_hour elements[0] end |
#time_minute ⇒ Object
12340 12341 12342 |
# File 'lib/parser/edngrammar.rb', line 12340 def time_minute elements[2] end |
#time_second ⇒ Object
12344 12345 12346 |
# File 'lib/parser/edngrammar.rb', line 12344 def time_second elements[4] end |