class Docker2plantuml::PortInfo
Attributes
container_port[RW]
host_port[RW]
Public Class Methods
new(port, host_port = nil)
click to toggle source
# File lib/docker2plantuml/model.rb, line 31 def initialize(port, host_port = nil) @container_port = port @host_port = host_port end