Class: EySecrets::CopyFiles
- Inherits:
-
Struct
- Object
- Struct
- EySecrets::CopyFiles
- Includes:
- CommandBuilder
- Defined in:
- lib/ey_secrets/actions/copy_files.rb
Instance Attribute Summary collapse
-
#instance ⇒ Object
Returns the value of attribute instance.
-
#options ⇒ Object
Returns the value of attribute options.
-
#repository ⇒ Object
Returns the value of attribute repository.
Instance Method Summary collapse
Methods included from CommandBuilder
Instance Attribute Details
#instance ⇒ Object
Returns the value of attribute instance
2 3 4 |
# File 'lib/ey_secrets/actions/copy_files.rb', line 2 def instance @instance end |
#options ⇒ Object
Returns the value of attribute options
2 3 4 |
# File 'lib/ey_secrets/actions/copy_files.rb', line 2 def end |
#repository ⇒ Object
Returns the value of attribute repository
2 3 4 |
# File 'lib/ey_secrets/actions/copy_files.rb', line 2 def repository @repository end |
Instance Method Details
#build ⇒ Object
5 6 7 8 |
# File 'lib/ey_secrets/actions/copy_files.rb', line 5 def build ensure_config_dir! copy_env_files end |