struct Docker::Api::Models::ContainerSummary::PortBinding

Defined in:

docker/api/models/container_summary.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Docker::Api::Models::Response

new(pull : JSON::PullParser) new

Constructor Detail

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

Instance Method Detail

def ip : String? #

def private_port : Int32 #

def public_port : Int32? #

def type : String #