class Docker::NetworkCreateResponse

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, warning : String | Nil = nil) #

[View source]

Instance Method Detail

def id : String | Nil #

def id=(id : String | Nil) #

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

def warning : String | Nil #

def warning=(warning : String | Nil) #

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