Method: CFoundry::Timeout#initialize
- Defined in:
- lib/cfoundry/errors.rb
#initialize(method, uri, parent = nil) ⇒ Timeout
Returns a new instance of Timeout.
54 55 56 57 58 59 |
# File 'lib/cfoundry/errors.rb', line 54 def initialize(method, uri, parent = nil) @method = method @uri = uri @parent = parent super(to_s) end |