Class: Dkit::Context
- Inherits:
-
Struct
- Object
- Struct
- Dkit::Context
- Defined in:
- lib/dkit/context.rb
Instance Attribute Summary collapse
-
#compose_files ⇒ Object
Returns the value of attribute compose_files.
-
#container ⇒ Object
Returns the value of attribute container.
-
#cwd ⇒ Object
Returns the value of attribute cwd.
-
#project_root ⇒ Object
Returns the value of attribute project_root.
-
#user ⇒ Object
Returns the value of attribute user.
-
#workspace ⇒ Object
Returns the value of attribute workspace.
Instance Attribute Details
#compose_files ⇒ Object
Returns the value of attribute compose_files
2 3 4 |
# File 'lib/dkit/context.rb', line 2 def compose_files @compose_files end |
#container ⇒ Object
Returns the value of attribute container
2 3 4 |
# File 'lib/dkit/context.rb', line 2 def container @container end |
#cwd ⇒ Object
Returns the value of attribute cwd
2 3 4 |
# File 'lib/dkit/context.rb', line 2 def cwd @cwd end |
#project_root ⇒ Object
Returns the value of attribute project_root
2 3 4 |
# File 'lib/dkit/context.rb', line 2 def project_root @project_root end |
#user ⇒ Object
Returns the value of attribute user
2 3 4 |
# File 'lib/dkit/context.rb', line 2 def user @user end |
#workspace ⇒ Object
Returns the value of attribute workspace
2 3 4 |
# File 'lib/dkit/context.rb', line 2 def workspace @workspace end |