Class: Siren::Compose::Network
- Inherits:
-
Struct
- Object
- Struct
- Siren::Compose::Network
- Defined in:
- lib/siren/compose/types.rb
Instance Attribute Summary collapse
-
#attachable ⇒ Object
Returns the value of attribute attachable.
-
#compose ⇒ Object
Returns the value of attribute compose.
-
#driver ⇒ Object
Returns the value of attribute driver.
-
#driver_opts ⇒ Object
Returns the value of attribute driver_opts.
-
#external ⇒ Object
Returns the value of attribute external.
-
#internal ⇒ Object
Returns the value of attribute internal.
-
#ipam ⇒ Object
Returns the value of attribute ipam.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#attachable ⇒ Object
Returns the value of attribute attachable
106 107 108 |
# File 'lib/siren/compose/types.rb', line 106 def attachable @attachable end |
#compose ⇒ Object
Returns the value of attribute compose
106 107 108 |
# File 'lib/siren/compose/types.rb', line 106 def compose @compose end |
#driver ⇒ Object
Returns the value of attribute driver
106 107 108 |
# File 'lib/siren/compose/types.rb', line 106 def driver @driver end |
#driver_opts ⇒ Object
Returns the value of attribute driver_opts
106 107 108 |
# File 'lib/siren/compose/types.rb', line 106 def driver_opts @driver_opts end |
#external ⇒ Object
Returns the value of attribute external
106 107 108 |
# File 'lib/siren/compose/types.rb', line 106 def external @external end |
#internal ⇒ Object
Returns the value of attribute internal
106 107 108 |
# File 'lib/siren/compose/types.rb', line 106 def internal @internal end |
#ipam ⇒ Object
Returns the value of attribute ipam
106 107 108 |
# File 'lib/siren/compose/types.rb', line 106 def ipam @ipam end |
#labels ⇒ Object
Returns the value of attribute labels
106 107 108 |
# File 'lib/siren/compose/types.rb', line 106 def labels @labels end |
#name ⇒ Object
Returns the value of attribute name
106 107 108 |
# File 'lib/siren/compose/types.rb', line 106 def name @name end |