Exception: Fcmpush::HttpError
- Defined in:
- lib/fcmpush/exceptions.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response) ⇒ HttpError
constructor
A new instance of HttpError.
Constructor Details
#initialize(message, response) ⇒ HttpError
Returns a new instance of HttpError.
9 10 11 12 |
# File 'lib/fcmpush/exceptions.rb', line 9 def initialize(, response) super() @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
7 8 9 |
# File 'lib/fcmpush/exceptions.rb', line 7 def response @response end |