Class: FPM::Fry::DockerFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/fpm/fry/docker_file.rb

Defined Under Namespace

Classes: Build, Source

Constant Summary collapse

NAME =
'Dockerfile.fpm-fry'

Instance Attribute Summary collapse

Instance Attribute Details

#cacheObject

Returns the value of attribute cache

Returns:

  • (Object)

    the current value of cache



7
8
9
# File 'lib/fpm/fry/docker_file.rb', line 7

def cache
  @cache
end

#recipeObject

Returns the value of attribute recipe

Returns:

  • (Object)

    the current value of recipe



7
8
9
# File 'lib/fpm/fry/docker_file.rb', line 7

def recipe
  @recipe
end

#variablesObject

Returns the value of attribute variables

Returns:

  • (Object)

    the current value of variables



7
8
9
# File 'lib/fpm/fry/docker_file.rb', line 7

def variables
  @variables
end