module Avram::Paramable
Direct including types
Defined in:
avram/paramable.crInstance Method Summary
- #get(key : String)
- #get?(key : String)
- #get_all(key : String)
- #get_all?(key : String)
- #has_key_for?(operation : Avram::Operation.class | Avram::SaveOperation.class) : Bool
- #many_nested(key : String) : Array(Hash(String, String))
- #many_nested?(key : String) : Array(Hash(String, String))
- #nested(key : String) : Hash(String, String)
- #nested?(key : String) : Hash(String, String)
- #nested_arrays(key : String) : Hash(String, Array(String))
- #nested_arrays?(key : String) : Hash(String, Array(String))