class Docker::EventActor

Included Modules

Defined in:

docker/schemas.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(id : String | Nil = nil, attributes : Hash(String, String) | Nil = nil) #

[View source]

Instance Method Detail

def attributes : Hash(String, String) | Nil #

def attributes=(attributes : Hash(String, String) | Nil) #

[View source]
def attributes? : Hash(String, String) | Nil | Nil #

def id : String | Nil #

def id=(id : String | Nil) #

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