Exception: Undead::ClientError

Inherits:
Error
  • Object
show all
Defined in:
lib/undead/errors.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ ClientError

Returns a new instance of ClientError.



8
9
10
# File 'lib/undead/errors.rb', line 8

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



6
7
8
# File 'lib/undead/errors.rb', line 6

def response
  @response
end