Exception: Sinatra::ParamChecker::InvalidParameterError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sinatra/param_checker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



8
9
10
# File 'lib/sinatra/param_checker.rb', line 8

def options
  @options
end

#paramObject

Returns the value of attribute param.



8
9
10
# File 'lib/sinatra/param_checker.rb', line 8

def param
  @param
end