Method: LJ::Request#send

Defined in:
lib/lj/request.rb

#send(function, options) ⇒ Object



15
16
17
# File 'lib/lj/request.rb', line 15

def send(function,options)
  @@server.call("LJ.XMLRPC.#{function}", options)
end