Class: ForemanMco::Command::UninstallPackage
- Inherits:
-
BasePackage
- Object
- Base
- BasePackage
- ForemanMco::Command::UninstallPackage
- Defined in:
- app/models/foreman_mco/command/package_commands.rb
Instance Attribute Summary
Attributes inherited from BasePackage
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from BasePackage
Methods inherited from Base
#execute, #initialize, #mco_proxy
Constructor Details
This class inherits a constructor from ForemanMco::Command::BasePackage
Instance Method Details
#remote_call ⇒ Object
25 26 27 |
# File 'app/models/foreman_mco/command/package_commands.rb', line 25 def remote_call mco_proxy.uninstall_package(@package_name, filters) end |
#to_s ⇒ Object
29 30 31 |
# File 'app/models/foreman_mco/command/package_commands.rb', line 29 def to_s "package uninstall #{package_name}" end |