Class: InfinumJsonApiSetup::Error::RecordNotFound

Inherits:
Base
  • Object
show all
Defined in:
lib/infinum_json_api_setup/error.rb

Instance Attribute Summary

Attributes inherited from Base

#details, #title

Instance Method Summary collapse

Methods inherited from Base

#code, #initialize

Constructor Details

This class inherits a constructor from InfinumJsonApiSetup::Error::Base

Instance Method Details

#http_statusSymbol

Returns:

  • (Symbol)


56
57
58
# File 'lib/infinum_json_api_setup/error.rb', line 56

def http_status
  :not_found
end