Class: JsonApiErrors::Default::Links

Inherits:
Object
  • Object
show all
Defined in:
lib/json_api_errors/default/links.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



19
20
21
22
23
# File 'lib/json_api_errors/default/links.rb', line 19

def to_h
  {
    about: "default-links"
  }
end