Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Avram::Params
Inherits
Avram::Paramable
<
Reference
<
Object
Constructors
new
(hash :
Hash
(
String
,
Array
(
String
) |
String
) |
Hash
(
String
,
Array
(
String
)) |
Hash
(
String
,
String
))
Source
new
Source
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