class SmoothOperator::RemoteCall::Errors::Timeout

Public Class Methods

new(response) click to toggle source
Calls superclass method SmoothOperator::RemoteCall::Base::new
# File lib/smooth_operator/remote_call/errors/timeout.rb, line 7
def initialize(response)
  super
  @http_status = 0
end

Public Instance Methods

timeout?() click to toggle source
# File lib/smooth_operator/remote_call/errors/timeout.rb, line 12
def timeout?
  true
end