class Ohm::Model::MutableSet(M)

Defined in:

ohm.cr

Constructors

Instance Method Summary

Instance methods inherited from class Ohm::Model::MutableCollection(M)

ids ids, includes?(object) includes?, key : Nest key, model : M model, redis redis, size size, to_a to_a

Constructor methods inherited from class Ohm::Model::MutableCollection(M)

new(model : M, key : Nest) new

Constructor Detail

def self.new(model, key) #

[View source]

Instance Method Detail

def add(object) #

[View source]
def delete(object) #

[View source]
def ids #

[View source]
def includes?(object) #

[View source]
def size #

[View source]