Method: Farcall::RemoteError#remote_class

Defined in:
lib/farcall/transport.rb

#remote_classObject (readonly)

The class of the remote error. Usually string name of the class or any other useful string identifier.

[View source]

25
26
27
# File 'lib/farcall/transport.rb', line 25

def remote_class
  @remote_class
end