struct Nozzle::Events::Action

Included Modules

Defined in:

nozzle/events/action.cr

Constructors

Instance Method Summary

Constructor Detail

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 id : JSON::Any #

[View source]
def id=(id : JSON::Any) #

[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]