Exception: Sinatra::Param::InvalidParameterError

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

Instance Attribute Summary collapse

Instance Attribute Details

#optionsObject

Returns the value of attribute options.



11
12
13
# File 'lib/sinatra/param.rb', line 11

def options
  @options
end

#paramObject

Returns the value of attribute param.



11
12
13
# File 'lib/sinatra/param.rb', line 11

def param
  @param
end