Module: EDNGRAMMAR::PartialTime0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#time_hour ⇒ Object
11915 11916 11917 |
# File 'lib/parser/edngrammar.rb', line 11915 def time_hour elements[0] end |
#time_minute ⇒ Object
11919 11920 11921 |
# File 'lib/parser/edngrammar.rb', line 11919 def time_minute elements[2] end |
#time_second ⇒ Object
11923 11924 11925 |
# File 'lib/parser/edngrammar.rb', line 11923 def time_second elements[4] end |