Class: ApipieBindings::ErrorData

Inherits:
Struct
  • Object
show all
Defined in:
lib/apipie_bindings/exceptions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argumentObject

Returns the value of attribute argument

Returns:

  • (Object)

    the current value of argument



13
14
15
# File 'lib/apipie_bindings/exceptions.rb', line 13

def argument
  @argument
end

#detailsObject

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



13
14
15
# File 'lib/apipie_bindings/exceptions.rb', line 13

def details
  @details
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



13
14
15
# File 'lib/apipie_bindings/exceptions.rb', line 13

def kind
  @kind
end