Parent

Methods

Class/Module Index [+]

Quicksearch

Rex::Proto::SunRPC::RPCTimeout

Public Class Methods

new(msg = 'Operation timed out.') click to toggle source
# File lib/rex/proto/sunrpc/client.rb, line 9
def initialize(msg = 'Operation timed out.')
   @msg = msg
end

Public Instance Methods

to_s() click to toggle source
# File lib/rex/proto/sunrpc/client.rb, line 13
def to_s
        @msg
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.