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.



56
57
58
# File 'lib/smooth_operator/remote_call.rb', line 56

def body
  @body
end

#dataObject (readonly)

Returns the value of attribute data.



56
57
58
# File 'lib/smooth_operator/remote_call.rb', line 56

def data
  @data
end

#headersObject (readonly)

Returns the value of attribute headers.



56
57
58
# File 'lib/smooth_operator/remote_call.rb', line 56

def headers
  @headers
end

#objectObject (readonly)

Returns the value of attribute object.



56
57
58
# File 'lib/smooth_operator/remote_call.rb', line 56

def object
  @object
end

#objectsObject (readonly)

Returns the value of attribute objects.



56
57
58
# File 'lib/smooth_operator/remote_call.rb', line 56

def objects
  @objects
end

#statusObject (readonly)

Returns the value of attribute status.



56
57
58
# File 'lib/smooth_operator/remote_call.rb', line 56

def status
  @status
end

Instance Method Details

#error?Boolean

Returns:

  • (Boolean)


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

def error?; true; end

#failure?Boolean

Returns:

  • (Boolean)


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

def failure?; false; end

#http_statusObject



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

def http_status; 0; end

#success?Boolean

Returns:

  • (Boolean)


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

def success?; false; end