Class: OptionsStruct
- Inherits:
-
Struct
- Object
- Struct
- OptionsStruct
- Defined in:
- lib/deploy/cli.rb
Instance Attribute Summary collapse
-
#config_file ⇒ Object
Returns the value of attribute config_file.
-
#config_files_deployment ⇒ Object
Returns the value of attribute config_files_deployment.
-
#project ⇒ Object
Returns the value of attribute project.
Instance Attribute Details
#config_file ⇒ Object
Returns the value of attribute config_file
10 11 12 |
# File 'lib/deploy/cli.rb', line 10 def config_file @config_file end |
#config_files_deployment ⇒ Object
Returns the value of attribute config_files_deployment
10 11 12 |
# File 'lib/deploy/cli.rb', line 10 def config_files_deployment @config_files_deployment end |
#project ⇒ Object
Returns the value of attribute project
10 11 12 |
# File 'lib/deploy/cli.rb', line 10 def project @project end |