Method: Farcall::Endpoint#remote

Defined in:
lib/farcall/endpoint.rb

#remoteFarcall::Interface

Get the Interface connnected to this endpoint. Any subsequent calls with return the same instance.

Returns:


182
183
184
# File 'lib/farcall/endpoint.rb', line 182

def remote
  @remote ||= Farcall::Interface.new endpoint: self
end