Class: Thrifter::Client::DirectDispatcher

Inherits:
Object
  • Object
show all
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