Module: ModBus::Debug
- Included in:
- Client, Client::Slave, RTUServer, RTUViaTCPServer, TCPServer
- Defined in:
- lib/rmodbus/debug.rb
Instance Attribute Summary collapse
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#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
#debug ⇒ Object
Returns the value of attribute debug.
5 6 7 |
# File 'lib/rmodbus/debug.rb', line 5 def debug @debug end |
#raise_exception_on_mismatch ⇒ Object
Returns the value of attribute raise_exception_on_mismatch.
5 6 7 |
# File 'lib/rmodbus/debug.rb', line 5 def raise_exception_on_mismatch @raise_exception_on_mismatch end |
#read_retries ⇒ Object
Returns the value of attribute read_retries.
5 6 7 |
# File 'lib/rmodbus/debug.rb', line 5 def read_retries @read_retries end |
#read_retry_timeout ⇒ Object
Returns the value of attribute read_retry_timeout.
5 6 7 |
# File 'lib/rmodbus/debug.rb', line 5 def read_retry_timeout @read_retry_timeout end |