Method: Sidedock::Container#initialize
- Defined in:
- lib/sidedock/container.rb
#initialize(id, port_mapping: {}, **options) ⇒ Container
Returns a new instance of Container.
5 6 7 8 |
# File 'lib/sidedock/container.rb', line 5 def initialize(id, port_mapping: {}, **) @id = id @port_mapping = port_mapping end |