Exception: Tweet::TwitterError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Tweet::TwitterError
- Defined in:
- lib/campfire/polling_bot/plugins/tweet/tweet.rb
Instance Attribute Summary collapse
-
#http_result ⇒ Object
readonly
Returns the value of attribute http_result.
Instance Method Summary collapse
-
#initialize(http_result) ⇒ TwitterError
constructor
A new instance of TwitterError.
Constructor Details
#initialize(http_result) ⇒ TwitterError
Returns a new instance of TwitterError.
6 7 8 |
# File 'lib/campfire/polling_bot/plugins/tweet/tweet.rb', line 6 def initialize(http_result) @http_result = http_result end |
Instance Attribute Details
#http_result ⇒ Object (readonly)
Returns the value of attribute http_result.
4 5 6 |
# File 'lib/campfire/polling_bot/plugins/tweet/tweet.rb', line 4 def http_result @http_result end |