Exception: RSpreedly::Error::Base

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response = nil) ⇒ Base

Returns a new instance of Base.



7
8
9
# File 'lib/rspreedly/error.rb', line 7

def initialize(response=nil)
  @response  = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



5
6
7
# File 'lib/rspreedly/error.rb', line 5

def response
  @response
end