Class: Pushybullet::Errors::ClientError
- Inherits:
-
Faraday::ClientError
- Object
- Faraday::ClientError
- Pushybullet::Errors::ClientError
- Defined in:
- lib/pushybullet/errors.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#cat ⇒ Object
readonly
Returns the value of attribute cat.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#cat ⇒ Object (readonly)
Returns the value of attribute cat.
6 7 8 |
# File 'lib/pushybullet/errors.rb', line 6 def cat @cat end |
#message ⇒ Object (readonly)
Returns the value of attribute message.
6 7 8 |
# File 'lib/pushybullet/errors.rb', line 6 def @message end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
6 7 8 |
# File 'lib/pushybullet/errors.rb', line 6 def type @type end |