Class: Wip::ComposeFile::Service

Inherits:
Struct
  • Object
show all
Defined in:
lib/wip/compose_file.rb

Instance Attribute Summary collapse

Instance Attribute Details

#buildObject

Returns the value of attribute build

Returns:

  • (Object)

    the current value of build



18
19
20
# File 'lib/wip/compose_file.rb', line 18

def build
  @build
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



18
19
20
# File 'lib/wip/compose_file.rb', line 18

def command
  @command
end

#depends_onObject

Returns the value of attribute depends_on

Returns:

  • (Object)

    the current value of depends_on



18
19
20
# File 'lib/wip/compose_file.rb', line 18

def depends_on
  @depends_on
end

#envObject

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



18
19
20
# File 'lib/wip/compose_file.rb', line 18

def env
  @env
end

#imageObject

Returns the value of attribute image

Returns:

  • (Object)

    the current value of image



18
19
20
# File 'lib/wip/compose_file.rb', line 18

def image
  @image
end

#portsObject

Returns the value of attribute ports

Returns:

  • (Object)

    the current value of ports



18
19
20
# File 'lib/wip/compose_file.rb', line 18

def ports
  @ports
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



18
19
20
# File 'lib/wip/compose_file.rb', line 18

def user
  @user
end

#volumesObject

Returns the value of attribute volumes

Returns:

  • (Object)

    the current value of volumes



18
19
20
# File 'lib/wip/compose_file.rb', line 18

def volumes
  @volumes
end

#workdirObject

Returns the value of attribute workdir

Returns:

  • (Object)

    the current value of workdir



18
19
20
# File 'lib/wip/compose_file.rb', line 18

def workdir
  @workdir
end