class Renderror::Unauthorized

Public Instance Methods

status() click to toggle source
# File lib/renderror/unauthorized.rb, line 3
def status
  '401'
end

Private Instance Methods

default_detail() click to toggle source
# File lib/renderror/unauthorized.rb, line 9
def default_detail
  I18n.t(:"renderror.unauthorized.detail")
end
default_title() click to toggle source
# File lib/renderror/unauthorized.rb, line 13
def default_title
  I18n.t(:"renderror.unauthorized.title")
end