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



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

def endpoint_spec
  @endpoint_spec
end

#modeObject

Returns the value of attribute mode



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

def mode
  @mode
end

#nameObject

Returns the value of attribute name



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

def name
  @name
end

#networksObject

Returns the value of attribute 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



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



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

def update_config
  @update_config
end