Class: QuelinkMg::Gl30meu::Ack::Gtsri
- Defined in:
- lib/quelink-mg/gl30meu/ack/gtsri.rb
Constant Summary collapse
- GTSRI_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/gtsri.rb', line 9 def hash unify_keys(GTSRI_ACK_KEYS.zip(@response.split(',')).to_h) end |