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)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
action
Sourceaction=(action : Database::Action)
Sourcedata
Sourcedata=(data : String | Nil)
Sourceid
Sourceid=(id : String)
Sourceschema
Sourceschema=(schema : String)
Sourcetable
Sourcetable=(table : String)
Sourcetimestamp
Sourcetimestamp=(timestamp : Time)
Source