Exception: Sinatra::Param::InvalidParameterError
- Inherits:
-
StandardError
- Object
- StandardError
- Sinatra::Param::InvalidParameterError
- Defined in:
- lib/sinatra/param.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
-
#param ⇒ Object
Returns the value of attribute param.
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
11 12 13 |
# File 'lib/sinatra/param.rb', line 11 def @options end |
#param ⇒ Object
Returns the value of attribute param.
11 12 13 |
# File 'lib/sinatra/param.rb', line 11 def param @param end |