module Avram::Paramable

Direct including types

Defined in:

avram/paramable.cr

Instance Method Summary

Instance Method Detail

abstract def get(key : String) #

[View source]
abstract def get?(key : String) #

[View source]
abstract def nested(key : String) : Hash(String, String) #

[View source]
abstract def nested?(key : String) : Hash(String, String) #

[View source]