class SmoothOperator::RemoteCall::Errors::ConnectionFailed

Public Class Methods

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

Public Instance Methods

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