Class: Combi::Http::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/combi/buses/http.rb

Instance Method Summary collapse

Constructor Details

#initialize(remote_api, handler, bus) ⇒ Client

Returns a new instance of Client.



28
29
30
31
32
# File 'lib/combi/buses/http.rb', line 28

def initialize(remote_api, handler, bus)
  @handler = handler
  @remote_api = remote_api
  @bus = bus
end