Class: Combi::Http::Client
- Inherits:
-
Object
- Object
- Combi::Http::Client
- Defined in:
- lib/combi/buses/http.rb
Instance Method Summary collapse
-
#initialize(remote_api, handler, bus) ⇒ Client
constructor
A new instance of Client.
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 |