Class: DjiMqttConnect::TopicRepository

Inherits:
Object
  • Object
show all
Includes:
Wisper::Publisher
Defined in:
lib/dji_mqtt_connect/topic_repository.rb

Instance Method Summary collapse

Constructor Details

#initialize(client) ⇒ TopicRepository

Returns a new instance of TopicRepository.



9
10
11
# File 'lib/dji_mqtt_connect/topic_repository.rb', line 9

def initialize(client)
  @client = client
end