struct

Nozzle::Events::Splash

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(id : String, schema : String, table : String, timestamp : Time, action : Database::Action, data : String | Nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

action
Source
action=(action : Database::Action)
Source
data
Source
data=(data : String | Nil)
Source
id=(id : String)
Source
schema
Source
schema=(schema : String)
Source
table
Source
table=(table : String)
Source
timestamp
Source
timestamp=(timestamp : Time)
Source