Method: Farcall::RemoteError#remote_class
- Defined in:
- lib/farcall/transport.rb
permalink #remote_class ⇒ Object (readonly)
The class of the remote error. Usually string name of the class or any other useful string identifier.
25 26 27 |
# File 'lib/farcall/transport.rb', line 25 def remote_class @remote_class end |