Exception: SocialNet::Byte::Errors::ResponseError
- Inherits:
-
StandardError
- Object
- StandardError
- SocialNet::Byte::Errors::ResponseError
- Defined in:
- lib/social_net/byte/errors/response_error.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response = {}) ⇒ ResponseError
constructor
A new instance of ResponseError.
Constructor Details
#initialize(response = {}) ⇒ ResponseError
Returns a new instance of ResponseError.
7 8 9 10 |
# File 'lib/social_net/byte/errors/response_error.rb', line 7 def initialize(response = {}) @response = response super response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
5 6 7 |
# File 'lib/social_net/byte/errors/response_error.rb', line 5 def response @response end |