Exception: Twitterize::TwitterException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Twitterize::TwitterException
- Defined in:
- lib/twitterize.rb
Instance Attribute Summary collapse
-
#http_response ⇒ Object
readonly
Returns the value of attribute http_response.
Instance Method Summary collapse
-
#initialize(response) ⇒ TwitterException
constructor
A new instance of TwitterException.
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_response ⇒ Object (readonly)
Returns the value of attribute http_response.
111 112 113 |
# File 'lib/twitterize.rb', line 111 def http_response @http_response end |