Method: Netconf::RPC.set_exception
- Defined in:
- lib/net/netconf/rpc.rb
.set_exception(rpc_nx, exception) ⇒ Object
10 11 12 |
# File 'lib/net/netconf/rpc.rb', line 10 def RPC.set_exception( rpc_nx, exception ) rpc_nx.instance_variable_set(:@netconf_exception, exception ) end |