Class: Ksef::ProblemDetails::Entry
- Inherits:
-
Data
- Object
- Data
- Ksef::ProblemDetails::Entry
- Defined in:
- lib/ksef/problem_details.rb
Overview
One entry of a 400's errors[]. Called ApiError in the OpenAPI spec, renamed
here to avoid colliding with the ApiError exception class.
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#details ⇒ Object
readonly
Returns the value of attribute details.
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code
29 30 31 |
# File 'lib/ksef/problem_details.rb', line 29 def code @code end |
#description ⇒ Object (readonly)
Returns the value of attribute description
29 30 31 |
# File 'lib/ksef/problem_details.rb', line 29 def description @description end |
#details ⇒ Object (readonly)
Returns the value of attribute details
29 30 31 |
# File 'lib/ksef/problem_details.rb', line 29 def details @details end |