Method: Puppet::Interface::Action#positional_arg_count

Defined in:
lib/puppet/interface/action.rb

#positional_arg_countInteger (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

The arity of the action

Returns:

  • (Integer)


221
222
223
# File 'lib/puppet/interface/action.rb', line 221

def positional_arg_count
  @positional_arg_count
end