Class: Trailblazer::Endpoint::Adapter::API::Errors
- Inherits:
-
Struct
- Object
- Struct
- Trailblazer::Endpoint::Adapter::API::Errors
- Defined in:
- lib/trailblazer/endpoint/adapter.rb
Overview
FIXME: extract
Defined Under Namespace
Modules: Handlers
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
87 88 89 |
# File 'lib/trailblazer/endpoint/adapter.rb', line 87 def errors @errors end |
#message ⇒ Object
Returns the value of attribute message
87 88 89 |
# File 'lib/trailblazer/endpoint/adapter.rb', line 87 def end |