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.
-
#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.
56 57 58 |
# File 'lib/smooth_operator/remote_call.rb', line 56 def body @body end |
#data ⇒ Object (readonly)
Returns the value of attribute data.
56 57 58 |
# File 'lib/smooth_operator/remote_call.rb', line 56 def data @data end |
#headers ⇒ Object (readonly)
Returns the value of attribute headers.
56 57 58 |
# File 'lib/smooth_operator/remote_call.rb', line 56 def headers @headers end |
#object ⇒ Object (readonly)
Returns the value of attribute object.
56 57 58 |
# File 'lib/smooth_operator/remote_call.rb', line 56 def object @object end |
#objects ⇒ Object (readonly)
Returns the value of attribute objects.
56 57 58 |
# File 'lib/smooth_operator/remote_call.rb', line 56 def objects @objects end |
#status ⇒ Object (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
60 |
# File 'lib/smooth_operator/remote_call.rb', line 60 def error?; true; end |
#failure? ⇒ Boolean
64 |
# File 'lib/smooth_operator/remote_call.rb', line 64 def failure?; false; end |
#http_status ⇒ Object
58 |
# File 'lib/smooth_operator/remote_call.rb', line 58 def http_status; 0; end |
#success? ⇒ Boolean
62 |
# File 'lib/smooth_operator/remote_call.rb', line 62 def success?; false; end |