Class: ApipieBindings::ErrorData
- Inherits:
-
Struct
- Object
- Struct
- ApipieBindings::ErrorData
- Defined in:
- lib/apipie_bindings/exceptions.rb
Instance Attribute Summary collapse
-
#argument ⇒ Object
Returns the value of attribute argument.
-
#details ⇒ Object
Returns the value of attribute details.
-
#kind ⇒ Object
Returns the value of attribute kind.
Instance Attribute Details
#argument ⇒ Object
Returns the value of attribute argument
13 14 15 |
# File 'lib/apipie_bindings/exceptions.rb', line 13 def argument @argument end |
#details ⇒ Object
Returns the value of attribute details
13 14 15 |
# File 'lib/apipie_bindings/exceptions.rb', line 13 def details @details end |
#kind ⇒ Object
Returns the value of attribute kind
13 14 15 |
# File 'lib/apipie_bindings/exceptions.rb', line 13 def kind @kind end |