Exception: QstClient::Exception

Inherits:
Exception
  • Object
show all
Defined in:
lib/qst_client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ Exception

Returns a new instance of Exception.



24
25
26
# File 'lib/qst_client.rb', line 24

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



23
24
25
# File 'lib/qst_client.rb', line 23

def response
  @response
end