Exception: Tumblr::API::ResponseError

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ ResponseError

Returns a new instance of ResponseError.



272
273
274
# File 'lib/tumblr.rb', line 272

def initialize(response)
  @response = response
end

Instance Attribute Details

#responseObject (readonly)

Returns the value of attribute response.



271
272
273
# File 'lib/tumblr.rb', line 271

def response
  @response
end