class

Avram::Params

Inherits Avram::Paramable < Reference < Object

Constructors

Instance methods

get(key : String)
Source
get?(key : String)
Source
get_all(key : String)
Source
get_all?(key : String)
Source
get_all_files(key : String)
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
nested_file(key : String) : Hash(String, String)
Source
nested_file?(key : String) : Hash(String, String)
Source