Module: ModBus::Debug
- Included in:
- Client, Client::Slave, RTUServer, RTUViaTCPServer, TCPServer
- Defined in:
- lib/rmodbus/debug.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#raise_exception_on_mismatch ⇒ Object
Returns the value of attribute raise_exception_on_mismatch.
-
#read_retries ⇒ Object
Returns the value of attribute read_retries.
-
#read_retry_timeout ⇒ Object
Returns the value of attribute read_retry_timeout.
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
7 8 9 |
# File 'lib/rmodbus/debug.rb', line 7 def logger @logger end |
#raise_exception_on_mismatch ⇒ Object
Returns the value of attribute raise_exception_on_mismatch.
7 8 9 |
# File 'lib/rmodbus/debug.rb', line 7 def raise_exception_on_mismatch @raise_exception_on_mismatch end |
#read_retries ⇒ Object
Returns the value of attribute read_retries.
7 8 9 |
# File 'lib/rmodbus/debug.rb', line 7 def read_retries @read_retries end |
#read_retry_timeout ⇒ Object
Returns the value of attribute read_retry_timeout.
7 8 9 |
# File 'lib/rmodbus/debug.rb', line 7 def read_retry_timeout @read_retry_timeout end |