struct Nozzle::Events::Splash

Included Modules

Defined in:

nozzle/events/splash.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String, schema : String, table : String, timestamp : Time, action : Database::Action, data : String | Nil) #

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

[View source]

Instance Method Detail

def action : Database::Action #

[View source]
def action=(action : Database::Action) #

[View source]
def data : String | Nil #

[View source]
def data=(data : String | Nil) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def schema : String #

[View source]
def schema=(schema : String) #

[View source]
def table : String #

[View source]
def table=(table : String) #

[View source]
def timestamp : Time #

[View source]
def timestamp=(timestamp : Time) #

[View source]