Class: Algo::Docker::Service::Spec
- Inherits:
-
Struct
- Object
- Struct
- Algo::Docker::Service::Spec
- Defined in:
- lib/algo/docker/service.rb
Instance Attribute Summary collapse
-
#endpoint_spec ⇒ Object
Returns the value of attribute endpoint_spec.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#name ⇒ Object
Returns the value of attribute name.
-
#networks ⇒ Object
Returns the value of attribute networks.
-
#task_template ⇒ Object
Returns the value of attribute task_template.
-
#update_config ⇒ Object
Returns the value of attribute update_config.
Instance Attribute Details
#endpoint_spec ⇒ Object
Returns the value of attribute endpoint_spec
7 8 9 |
# File 'lib/algo/docker/service.rb', line 7 def endpoint_spec @endpoint_spec end |
#mode ⇒ Object
Returns the value of attribute mode
7 8 9 |
# File 'lib/algo/docker/service.rb', line 7 def mode @mode end |
#name ⇒ Object
Returns the value of attribute name
7 8 9 |
# File 'lib/algo/docker/service.rb', line 7 def name @name end |
#networks ⇒ Object
Returns the value of attribute networks
7 8 9 |
# File 'lib/algo/docker/service.rb', line 7 def networks @networks end |
#task_template ⇒ Object
Returns the value of attribute task_template
7 8 9 |
# File 'lib/algo/docker/service.rb', line 7 def task_template @task_template end |
#update_config ⇒ Object
Returns the value of attribute update_config
7 8 9 |
# File 'lib/algo/docker/service.rb', line 7 def update_config @update_config end |