Class: Hitch::AuthorizationRequest::Error
- Inherits:
-
Data
- Object
- Data
- Hitch::AuthorizationRequest::Error
- Defined in:
- app/models/hitch/authorization_request.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code
13 14 15 |
# File 'app/models/hitch/authorization_request.rb', line 13 def code @code end |
#description ⇒ Object (readonly)
Returns the value of attribute description
13 14 15 |
# File 'app/models/hitch/authorization_request.rb', line 13 def description @description end |
#status ⇒ Object (readonly)
Returns the value of attribute status
13 14 15 |
# File 'app/models/hitch/authorization_request.rb', line 13 def status @status end |