Class: Dkit::Context

Inherits:
Struct
  • Object
show all
Defined in:
lib/dkit/context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#compose_filesObject

Returns the value of attribute compose_files

Returns:

  • (Object)

    the current value of compose_files



2
3
4
# File 'lib/dkit/context.rb', line 2

def compose_files
  @compose_files
end

#containerObject

Returns the value of attribute container

Returns:

  • (Object)

    the current value of container



2
3
4
# File 'lib/dkit/context.rb', line 2

def container
  @container
end

#cwdObject

Returns the value of attribute cwd

Returns:

  • (Object)

    the current value of cwd



2
3
4
# File 'lib/dkit/context.rb', line 2

def cwd
  @cwd
end

#project_rootObject

Returns the value of attribute project_root

Returns:

  • (Object)

    the current value of project_root



2
3
4
# File 'lib/dkit/context.rb', line 2

def project_root
  @project_root
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



2
3
4
# File 'lib/dkit/context.rb', line 2

def user
  @user
end

#workspaceObject

Returns the value of attribute workspace

Returns:

  • (Object)

    the current value of workspace



2
3
4
# File 'lib/dkit/context.rb', line 2

def workspace
  @workspace
end