Exception: Twitterize::TwitterException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/twitterize.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(response) ⇒ TwitterException

Returns a new instance of TwitterException.



112
113
114
# File 'lib/twitterize.rb', line 112

def initialize(response)
  @http_response = response
end

Instance Attribute Details

#http_responseObject (readonly)

Returns the value of attribute http_response.



111
112
113
# File 'lib/twitterize.rb', line 111

def http_response
  @http_response
end