Class: Wip::ComposeFile::Service
- Inherits:
-
Struct
- Object
- Struct
- Wip::ComposeFile::Service
- Defined in:
- lib/wip/compose_file.rb
Instance Attribute Summary collapse
-
#build ⇒ Object
Returns the value of attribute build.
-
#command ⇒ Object
Returns the value of attribute command.
-
#depends_on ⇒ Object
Returns the value of attribute depends_on.
-
#env ⇒ Object
Returns the value of attribute env.
-
#image ⇒ Object
Returns the value of attribute image.
-
#ports ⇒ Object
Returns the value of attribute ports.
-
#user ⇒ Object
Returns the value of attribute user.
-
#volumes ⇒ Object
Returns the value of attribute volumes.
-
#workdir ⇒ Object
Returns the value of attribute workdir.
Instance Attribute Details
#build ⇒ Object
Returns the value of attribute build
18 19 20 |
# File 'lib/wip/compose_file.rb', line 18 def build @build end |
#command ⇒ Object
Returns the value of attribute command
18 19 20 |
# File 'lib/wip/compose_file.rb', line 18 def command @command end |
#depends_on ⇒ Object
Returns the value of attribute depends_on
18 19 20 |
# File 'lib/wip/compose_file.rb', line 18 def depends_on @depends_on end |
#env ⇒ Object
Returns the value of attribute env
18 19 20 |
# File 'lib/wip/compose_file.rb', line 18 def env @env end |
#image ⇒ Object
Returns the value of attribute image
18 19 20 |
# File 'lib/wip/compose_file.rb', line 18 def image @image end |
#ports ⇒ Object
Returns the value of attribute ports
18 19 20 |
# File 'lib/wip/compose_file.rb', line 18 def ports @ports end |
#user ⇒ Object
Returns the value of attribute user
18 19 20 |
# File 'lib/wip/compose_file.rb', line 18 def user @user end |
#volumes ⇒ Object
Returns the value of attribute volumes
18 19 20 |
# File 'lib/wip/compose_file.rb', line 18 def volumes @volumes end |
#workdir ⇒ Object
Returns the value of attribute workdir
18 19 20 |
# File 'lib/wip/compose_file.rb', line 18 def workdir @workdir end |