module

Avram::Paramable

Instance methods

get(key : String)
Source
get?(key : String)
Source
get_all(key : String)
Source
get_all?(key : String)
Source
has_key_for?(operation : Avram::Operation.class | Avram::SaveOperation.class) : Bool
Source
many_nested(key : String) : Array(Hash(String, String))
Source
many_nested?(key : String) : Array(Hash(String, String))
Source
nested(key : String) : Hash(String, String)
Source
nested?(key : String) : Hash(String, String)
Source
nested_arrays(key : String) : Hash(String, Array(String))
Source
nested_arrays?(key : String) : Hash(String, Array(String))
Source