Class: Puppet::Application::CommandLineArgs

Inherits:
Struct
  • Object
show all
Defined in:
lib/puppet/application.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



113
114
115
# File 'lib/puppet/application.rb', line 113

def args
  @args
end

#subcommand_nameObject

Returns the value of attribute subcommand_name

Returns:

  • (Object)

    the current value of subcommand_name



113
114
115
# File 'lib/puppet/application.rb', line 113

def subcommand_name
  @subcommand_name
end