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 get_all(key : String) #

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

[View source]
def has_key_for?(operation : Avram::Operation.class | Avram::SaveOperation.class) : Bool #

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

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

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

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

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

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

[View source]