Exception: NTimeLine::ResponseError

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ ResponseError

Returns a new instance of ResponseError.



150
151
152
# File 'lib/ntimeline.rb', line 150

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



149
150
151
# File 'lib/ntimeline.rb', line 149

def response
  @response
end