Class: Docker2plantuml::NetworkSetting

Inherits:
Object
  • Object
show all
Defined in:
lib/docker2plantuml/model.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ NetworkSetting

Returns a new instance of NetworkSetting.



23
24
25
# File 'lib/docker2plantuml/model.rb', line 23

def initialize(name)
  @network_name = name
end

Instance Attribute Details

#network_nameObject

Returns the value of attribute network_name.



21
22
23
# File 'lib/docker2plantuml/model.rb', line 21

def network_name
  @network_name
end