class Docker::EventMessage

Included Modules

Defined in:

docker/schemas.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(type : String | Nil = nil, action : String | Nil = nil, actor : EventActor | Nil = nil, scope : String | Nil = nil, time : Int64 | Nil = nil, time_nano : Int64 | Nil = nil) #

[View source]

Instance Method Detail

def action : String | Nil #

def action=(action : String | Nil) #

[View source]
def action? : String | Nil | Nil #

def actor : EventActor | Nil #

def actor=(actor : EventActor | Nil) #

[View source]
def actor? : EventActor | Nil | Nil #

def scope : String | Nil #

def scope=(scope : String | Nil) #

[View source]
def scope? : String | Nil | Nil #

def time : Int64 #

def time=(time : Int64) #

[View source]
def time? : Int64 | Nil #

def time_nano : Int64 | Nil #

def time_nano=(time_nano : Int64 | Nil) #

[View source]
def time_nano? : Int64 | Nil | Nil #

def type : String | Nil #

def type=(type : String | Nil) #

[View source]
def type? : String | Nil | Nil #