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.



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

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



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

def response
  @response
end