Class: SmoothOperator::RemoteCall::ConnectionFailed
- Inherits:
-
Object
- Object
- SmoothOperator::RemoteCall::ConnectionFailed
- Defined in:
- lib/smooth_operator/remote_call.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#data ⇒ Object
readonly
Returns the value of attribute data.
-
#headers ⇒ Object
readonly
Returns the value of attribute headers.
-
#object ⇒ Object
readonly
Returns the value of attribute object.
-
#objects ⇒ Object
readonly
Returns the value of attribute objects.
-
#parsed_response ⇒ Object
readonly
Returns the value of attribute parsed_response.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
Instance Attribute Details
#body ⇒ Object (readonly)
Returns the value of attribute body.
58 59 60 |
# File 'lib/smooth_operator/remote_call.rb', line 58 def body @body end |
#data ⇒ Object (readonly)
Returns the value of attribute data.
58 59 60 |
# File 'lib/smooth_operator/remote_call.rb', line 58 def data @data end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers.
58 59 60 |
# File 'lib/smooth_operator/remote_call.rb', line 58 def headers @headers end |
#object ⇒ Object (readonly)
Returns the value of attribute object.
58 59 60 |
# File 'lib/smooth_operator/remote_call.rb', line 58 def object @object end |
#objects ⇒ Object (readonly)
Returns the value of attribute objects.
58 59 60 |
# File 'lib/smooth_operator/remote_call.rb', line 58 def objects @objects end |
#parsed_response ⇒ Object (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 |
#status ⇒ Object (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
62 |
# File 'lib/smooth_operator/remote_call.rb', line 62 def error?; true; end |
#failure? ⇒ Boolean
66 |
# File 'lib/smooth_operator/remote_call.rb', line 66 def failure?; false; end |
#http_status ⇒ Object
60 |
# File 'lib/smooth_operator/remote_call.rb', line 60 def http_status; 0; end |
#success? ⇒ Boolean
64 |
# File 'lib/smooth_operator/remote_call.rb', line 64 def success?; false; end |