Class: Bridge::Client
- Inherits:
-
Object
- Object
- Bridge::Client
- Defined in:
- lib/client.rb
Overview
:nodoc: all
Instance Method Summary collapse
- #get_service(svc) ⇒ Object
-
#initialize(bridge, id) ⇒ Client
constructor
A new instance of Client.
Constructor Details
#initialize(bridge, id) ⇒ Client
Returns a new instance of Client.
6 7 8 |
# File 'lib/client.rb', line 6 def initialize(bridge, id) @bridge, @id = bridge, id end |