Class: Puppet::Application::CommandLineArgs
- Defined in:
- lib/puppet/application.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#subcommand_name ⇒ Object
Returns the value of attribute subcommand_name.
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args
113 114 115 |
# File 'lib/puppet/application.rb', line 113 def args @args end |
#subcommand_name ⇒ Object
Returns the value of attribute subcommand_name
113 114 115 |
# File 'lib/puppet/application.rb', line 113 def subcommand_name @subcommand_name end |