Class: Empp::EmppBase
- Inherits:
-
Object
- Object
- Empp::EmppBase
- Defined in:
- lib/empp/empp_base.rb
Direct Known Subclasses
MsgActiveTest, MsgActiveTestResp, MsgConnect, MsgConnectResp, MsgDelivery, MsgDeliveryResp, MsgSubmit, MsgSubmitResp
Constant Summary collapse
- @@sequenceId =
1
- @@mutex =
Mutex.new
Instance Attribute Summary collapse
-
#command_id ⇒ Object
Returns the value of attribute command_id.
-
#sequence_id ⇒ Object
Returns the value of attribute sequence_id.
-
#total_length ⇒ Object
Returns the value of attribute total_length.
Instance Attribute Details
#command_id ⇒ Object
Returns the value of attribute command_id.
9 10 11 |
# File 'lib/empp/empp_base.rb', line 9 def command_id @command_id end |
#sequence_id ⇒ Object
Returns the value of attribute sequence_id.
9 10 11 |
# File 'lib/empp/empp_base.rb', line 9 def sequence_id @sequence_id end |
#total_length ⇒ Object
Returns the value of attribute total_length.
9 10 11 |
# File 'lib/empp/empp_base.rb', line 9 def total_length @total_length end |