Class: Pcli::ApiResponse::KnownError
- Inherits:
-
Struct
- Object
- Struct
- Pcli::ApiResponse::KnownError
- Defined in:
- lib/pcli/api_response.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#status ⇒ Object
Returns the value of attribute status.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
5 6 7 |
# File 'lib/pcli/api_response.rb', line 5 def end |
#status ⇒ Object
Returns the value of attribute status
5 6 7 |
# File 'lib/pcli/api_response.rb', line 5 def status @status end |
#title ⇒ Object
Returns the value of attribute title
5 6 7 |
# File 'lib/pcli/api_response.rb', line 5 def title @title end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/pcli/api_response.rb', line 5 def type @type end |