Method: Farcall::Endpoint#provider

Defined in:
lib/farcall/endpoint.rb

#providerObject

Set or get provider instance. When provider is set, its public methods are called by the remote and any possible exception are passed back to caller party. You can use any ruby class instance everything will work, operators, indexes[] and like.


20
21
22
# File 'lib/farcall/endpoint.rb', line 20

def provider
  @provider
end