Class: QuelinkMg::Gl30meu::Ack::Gtcfg
- Defined in:
- lib/quelink-mg/gl30meu/ack/gtcfg.rb
Constant Summary collapse
- GTCFG_ACK_KEYS =
%w[protocol_version unique_id device_name serial_number send_time count_number].freeze
Constants inherited from Ack::Base
Ack::Base::QUELINK_DATE_FORMAT
Instance Method Summary collapse
Methods inherited from Ack::Base
Constructor Details
This class inherits a constructor from QuelinkMg::Ack::Base
Instance Method Details
#hash ⇒ Object
9 10 11 |
# File 'lib/quelink-mg/gl30meu/ack/gtcfg.rb', line 9 def hash unify_keys(GTCFG_ACK_KEYS.zip(@response.split(',')).to_h) end |