Module: LoraRb::Call
- Included in:
- LoraClient
- Defined in:
- lib/lora-rb/tls/call.rb,
lib/lora-rb/http/call.rb,
lib/lora-rb/mqtt/call.rb,
lib/lora-rb/rabbitmq/call.rb
Overview
It contains all the methods for selecting the items
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
-
#contex ⇒ Object
readonly
Returns the value of attribute contex.
-
#ssl_socket ⇒ Object
readonly
Returns the value of attribute ssl_socket.
-
#tcp_socket ⇒ Object
readonly
Returns the value of attribute tcp_socket.
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
6 7 8 |
# File 'lib/lora-rb/mqtt/call.rb', line 6 def client @client end |
#contex ⇒ Object (readonly)
Returns the value of attribute contex.
6 7 8 |
# File 'lib/lora-rb/tls/call.rb', line 6 def contex @contex end |
#ssl_socket ⇒ Object (readonly)
Returns the value of attribute ssl_socket.
6 7 8 |
# File 'lib/lora-rb/tls/call.rb', line 6 def ssl_socket @ssl_socket end |
#tcp_socket ⇒ Object (readonly)
Returns the value of attribute tcp_socket.
6 7 8 |
# File 'lib/lora-rb/tls/call.rb', line 6 def tcp_socket @tcp_socket end |