Class: Algo::Docker::Service::Spec

Inherits:
Struct
  • Object
show all
Defined in:
lib/algo/docker/service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_specObject

Returns the value of attribute endpoint_spec

Returns:

  • (Object)

    the current value of endpoint_spec



7
8
9
# File 'lib/algo/docker/service.rb', line 7

def endpoint_spec
  @endpoint_spec
end

#modeObject

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



7
8
9
# File 'lib/algo/docker/service.rb', line 7

def mode
  @mode
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/algo/docker/service.rb', line 7

def name
  @name
end

#networksObject

Returns the value of attribute networks

Returns:

  • (Object)

    the current value of networks



7
8
9
# File 'lib/algo/docker/service.rb', line 7

def networks
  @networks
end

#task_templateObject

Returns the value of attribute task_template

Returns:

  • (Object)

    the current value of task_template



7
8
9
# File 'lib/algo/docker/service.rb', line 7

def task_template
  @task_template
end

#update_configObject

Returns the value of attribute update_config

Returns:

  • (Object)

    the current value of update_config



7
8
9
# File 'lib/algo/docker/service.rb', line 7

def update_config
  @update_config
end