Class: JsonApiErrors::Default::Links
- Inherits:
-
Object
- Object
- JsonApiErrors::Default::Links
- Defined in:
- lib/json_api_errors/default/links.rb
Instance Method Summary collapse
Instance Method Details
#to_h ⇒ Object
19 20 21 22 23 |
# File 'lib/json_api_errors/default/links.rb', line 19 def to_h { about: "default-links" } end |