Class: SmoothOperator::RemoteCall::ConnectionFailed

Inherits:
Object
  • Object
show all
Defined in:
lib/smooth_operator/remote_call.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body.



58
59
60
# File 'lib/smooth_operator/remote_call.rb', line 58

def body
  @body
end

#dataObject (readonly)

Returns the value of attribute data.



58
59
60
# File 'lib/smooth_operator/remote_call.rb', line 58

def data
  @data
end

#headersObject (readonly)

Returns the value of attribute headers.



58
59
60
# File 'lib/smooth_operator/remote_call.rb', line 58

def headers
  @headers
end

#objectObject (readonly)

Returns the value of attribute object.



58
59
60
# File 'lib/smooth_operator/remote_call.rb', line 58

def object
  @object
end

#objectsObject (readonly)

Returns the value of attribute objects.



58
59
60
# File 'lib/smooth_operator/remote_call.rb', line 58

def objects
  @objects
end

#parsed_responseObject (readonly)

Returns the value of attribute parsed_response.



58
59
60
# File 'lib/smooth_operator/remote_call.rb', line 58

def parsed_response
  @parsed_response
end

#statusObject (readonly)

Returns the value of attribute status.



58
59
60
# File 'lib/smooth_operator/remote_call.rb', line 58

def status
  @status
end

Instance Method Details

#error?Boolean

Returns:

  • (Boolean)


62
# File 'lib/smooth_operator/remote_call.rb', line 62

def error?; true; end

#failure?Boolean

Returns:

  • (Boolean)


66
# File 'lib/smooth_operator/remote_call.rb', line 66

def failure?; false; end

#http_statusObject



60
# File 'lib/smooth_operator/remote_call.rb', line 60

def http_status; 0; end

#success?Boolean

Returns:

  • (Boolean)


64
# File 'lib/smooth_operator/remote_call.rb', line 64

def success?; false; end