Method: Farcall::Endpoint#remote
- Defined in:
- lib/farcall/endpoint.rb
#remote ⇒ Farcall::Interface
Get the Interface connnected to this endpoint. Any subsequent calls with return the same instance.
182 183 184 |
# File 'lib/farcall/endpoint.rb', line 182 def remote @remote ||= Farcall::Interface.new endpoint: self end |