Method: Cod::Channel#client
- Defined in:
- lib/cod/channel.rb
#client(answers_to) ⇒ Cod::Service::Client
Produces a service client that connects to this channel and receives service answers to the channel indicated by answers_to.
66 67 68 |
# File 'lib/cod/channel.rb', line 66 def client(answers_to) abstract_method_error end |