struct RethinkORM::Changefeed::Change(T)

Included Modules

Defined in:

rethinkdb-orm/utils/changefeed.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : T, event : Event) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(value _value = @value, event _event = @event) #

[View source]
def created? #

[View source]
def deleted? #

[View source]
def event : Event #

def updated? #

[View source]
def value : T #