Class: Empp::MsgActiveTestResp
- Defined in:
- lib/empp/msg_active_test_resp.rb
Instance Attribute Summary
Attributes inherited from EmppBase
#command_id, #sequence_id, #total_length
Instance Method Summary collapse
-
#initialize ⇒ MsgActiveTestResp
constructor
A new instance of MsgActiveTestResp.
Constructor Details
#initialize ⇒ MsgActiveTestResp
Returns a new instance of MsgActiveTestResp.
8 9 10 |
# File 'lib/empp/msg_active_test_resp.rb', line 8 def initialize @command_id = Constants::EMPP_ACTIVE_TEST_RESP end |