class BigBrotha::MissingParam

Public Instance Methods

error() click to toggle source
# File lib/bigbrotha/errors.rb, line 28
def error
  'missing_param'
end
status() click to toggle source
# File lib/bigbrotha/errors.rb, line 32
def status
  :bad_request
end