Class: Helmsnap::ArgsParser::Args
- Inherits:
-
Struct
- Object
- Struct
- Helmsnap::ArgsParser::Args
- Defined in:
- lib/helmsnap/args_parser.rb
Instance Attribute Summary collapse
-
#config_path ⇒ Object
Returns the value of attribute config_path.
-
#skip_repo_cleanup ⇒ Object
Returns the value of attribute skip_repo_cleanup.
Instance Attribute Details
#config_path ⇒ Object
Returns the value of attribute config_path
6 7 8 |
# File 'lib/helmsnap/args_parser.rb', line 6 def config_path @config_path end |
#skip_repo_cleanup ⇒ Object
Returns the value of attribute skip_repo_cleanup
6 7 8 |
# File 'lib/helmsnap/args_parser.rb', line 6 def skip_repo_cleanup @skip_repo_cleanup end |