Class: Salestation::Web::Responses::Error
- Inherits:
-
Dry::Struct
- Object
- Dry::Struct
- Salestation::Web::Responses::Error
- Extended by:
- Response
- Defined in:
- lib/salestation/web/responses.rb
Instance Method Summary collapse
Methods included from Response
Instance Method Details
#body ⇒ Object
35 36 37 |
# File 'lib/salestation/web/responses.rb', line 35 def body {message: , debug_message: } end |