Exception: Leanback::CouchdbException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/leanback.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ CouchdbException

Returns a new instance of CouchdbException.



10
11
12
# File 'lib/leanback.rb', line 10

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



9
10
11
# File 'lib/leanback.rb', line 9

def response
  @response
end