Method: Puppet::Interface::Action#face
- Defined in:
- lib/puppet/interface/action.rb
#face ⇒ Puppet::Interface (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 face this action is attached to
56 57 58 |
# File 'lib/puppet/interface/action.rb', line 56 def face @face end |