Class: Watsbot::Response::Error
- Inherits:
-
Struct
- Object
- Struct
- Watsbot::Response::Error
- Defined in:
- lib/watsbot/response/error.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
3 4 5 |
# File 'lib/watsbot/response/error.rb', line 3 def code @code end |
#message ⇒ Object
Returns the value of attribute message
3 4 5 |
# File 'lib/watsbot/response/error.rb', line 3 def end |