Class: Mutx::API::Error
- Inherits:
-
Object
- Object
- Mutx::API::Error
- Defined in:
- lib/mutx/API/error.rb
Class Method Summary collapse
Class Method Details
.show(args) ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/mutx/API/error.rb', line 9 def self.show(args) response = { "message" => args.msg, "request" => args.request } response end |