Class: LoraRb::Protocol
- Inherits:
-
Object
- Object
- LoraRb::Protocol
- Defined in:
- lib/core/protocol.rb
Overview
It contains protocols methods
Class Method Summary collapse
-
.supported_protocols ⇒ Object
Show tips on usage.
Class Method Details
.supported_protocols ⇒ Object
Show tips on usage
7 8 9 |
# File 'lib/core/protocol.rb', line 7 def self.supported_protocols %w(tls http rabbitmq mqtt) end |