class AppFigures::Errors::NotFound
Attributes
code[R]
Public Class Methods
new()
click to toggle source
# File lib/app_figures/errors.rb, line 14 def initialize @code = 404 end