Module: DTGRAMMAR::PartialTime0

Defined in:
lib/cbor-diagnostic-app/dtgrammar.rb

Instance Method Summary collapse

Instance Method Details

#time_hourObject



432
433
434
# File 'lib/cbor-diagnostic-app/dtgrammar.rb', line 432

def time_hour
  elements[0]
end

#time_minuteObject



436
437
438
# File 'lib/cbor-diagnostic-app/dtgrammar.rb', line 436

def time_minute
  elements[2]
end

#time_secondObject



440
441
442
# File 'lib/cbor-diagnostic-app/dtgrammar.rb', line 440

def time_second
  elements[4]
end