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
127 128 129 |
# File 'lib/puppet/application.rb', line 127 def args @args end |
#subcommand_name ⇒ Object
Returns the value of attribute subcommand_name
127 128 129 |
# File 'lib/puppet/application.rb', line 127 def subcommand_name @subcommand_name end |