class Docr::Types::PortBinding

Included Modules

Defined in:

docr/types/port_binding.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(host_ip : Nil | String = nil, host_port : Nil | String = nil) #

[View source]

Instance Method Detail

def host_ip : String | Nil #

[View source]
def host_ip=(host_ip : String | Nil) #

[View source]
def host_port : String | Nil #

[View source]
def host_port=(host_port : String | Nil) #

[View source]