Method: Farcall::Provider#far_interface
- Defined in:
- lib/farcall/endpoint.rb
#far_interface ⇒ Farcall::Interface
Get remote interface like to call other party’s methiod, it can do it cimply by:
far_interface.some_method('hello')
283 284 285 |
# File 'lib/farcall/endpoint.rb', line 283 def far_interface @endpoint.remote end |