Exception: Shyftplan::Errors::UnsuccessfulResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ UnsuccessfulResponse

Returns a new instance of UnsuccessfulResponse.



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

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



4
5
6
# File 'lib/shyftplan/errors.rb', line 4

def response
  @response
end