Exception: Evil::Client::Operation::UnexpectedResponseError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/evil/client/operation/unexpected_response_error.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject (readonly)

Returns the value of attribute data.



3
4
5
# File 'lib/evil/client/operation/unexpected_response_error.rb', line 3

def data
  @data
end

#statusObject (readonly)

Returns the value of attribute status.



3
4
5
# File 'lib/evil/client/operation/unexpected_response_error.rb', line 3

def status
  @status
end