Class: Thrifter::Client::DirectDispatcher
- Inherits:
-
Object
- Object
- Thrifter::Client::DirectDispatcher
- Defined in:
- lib/thrifter.rb
Instance Method Summary collapse
Instance Method Details
#call(rpc) ⇒ Object
109 110 111 |
# File 'lib/thrifter.rb', line 109 def call(rpc) client.send rpc.name, *rpc.args end |