Class: Ksef::ProblemDetails::Entry

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#codeObject (readonly)

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



29
30
31
# File 'lib/ksef/problem_details.rb', line 29

def code
  @code
end

#descriptionObject (readonly)

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



29
30
31
# File 'lib/ksef/problem_details.rb', line 29

def description
  @description
end

#detailsObject (readonly)

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



29
30
31
# File 'lib/ksef/problem_details.rb', line 29

def details
  @details
end