Class: LoraRb::Protocol

Inherits:
Object
  • Object
show all
Defined in:
lib/core/protocol.rb

Overview

It contains protocols methods

Class Method Summary collapse

Class Method Details

.supported_protocolsObject

Show tips on usage



7
8
9
# File 'lib/core/protocol.rb', line 7

def self.supported_protocols
  %w(tls http rabbitmq mqtt)
end