class
Orion::Server::Context::ParamHash
- Orion::Server::Context::ParamHash
- Reference
- Object
Overview
Parameter helper class
Defined in:
orion/server/context_helpers.crConstructors
Instance Method Summary
- #[](key : String | Symbol) : String
- #[]?(key : String | Symbol) : String | Nil
- #has_key?(key : String | Symbol) : Bool
- #keys : Array(String)
-
#permit(*keys : String | Symbol) : Hash(String, String)
Strong parameters
- #require(key : String | Symbol) : StrongParams
- #to_h : Hash(String, String)