Exception: Xiaomi::Push::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Xiaomi::Push::Error
- Defined in:
- lib/xiaomi/push/error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error.
4 5 6 |
# File 'lib/xiaomi/push/error.rb', line 4 def error @error end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
4 5 6 |
# File 'lib/xiaomi/push/error.rb', line 4 def url @url end |