Class: VagrantDockerNetworksManager::NetAttrs
- Inherits:
-
Struct
- Object
- Struct
- VagrantDockerNetworksManager::NetAttrs
- Defined in:
- lib/vagrant-docker-networks-manager/command.rb
Instance Attribute Summary collapse
-
#attachable ⇒ Object
Returns the value of attribute attachable.
-
#containers ⇒ Object
Returns the value of attribute containers.
-
#driver ⇒ Object
Returns the value of attribute driver.
-
#ipam_cfgs ⇒ Object
Returns the value of attribute ipam_cfgs.
-
#ipv6 ⇒ Object
Returns the value of attribute ipv6.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#subnets ⇒ Object
Returns the value of attribute subnets.
Instance Attribute Details
#attachable ⇒ Object
Returns the value of attribute attachable
19 20 21 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19 def attachable @attachable end |
#containers ⇒ Object
Returns the value of attribute containers
19 20 21 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19 def containers @containers end |
#driver ⇒ Object
Returns the value of attribute driver
19 20 21 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19 def driver @driver end |
#ipam_cfgs ⇒ Object
Returns the value of attribute ipam_cfgs
19 20 21 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19 def ipam_cfgs @ipam_cfgs end |
#ipv6 ⇒ Object
Returns the value of attribute ipv6
19 20 21 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19 def ipv6 @ipv6 end |
#labels ⇒ Object
Returns the value of attribute labels
19 20 21 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19 def labels @labels end |
#parent ⇒ Object
Returns the value of attribute parent
19 20 21 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19 def parent @parent end |
#subnets ⇒ Object
Returns the value of attribute subnets
19 20 21 |
# File 'lib/vagrant-docker-networks-manager/command.rb', line 19 def subnets @subnets end |