Class: Empp::EmppBase

Inherits:
Object
  • Object
show all
Defined in:
lib/empp/empp_base.rb

Constant Summary collapse

@@sequenceId =
1
@@mutex =
Mutex.new

Instance Attribute Summary collapse

Instance Attribute Details

#command_idObject

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_idObject

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_lengthObject

Returns the value of attribute total_length.



9
10
11
# File 'lib/empp/empp_base.rb', line 9

def total_length
  @total_length
end