Class: Lumberg::Cpanel::Backups
- Defined in:
- lib/lumberg/cpanel/backups.rb
Instance Attribute Summary
Attributes inherited from Base
Attributes inherited from Whm::Base
Instance Method Summary collapse
-
#list(options = {}) ⇒ Object
Public: Get a list backups.
Methods inherited from Base
api_module, #initialize, #perform_request
Methods inherited from Whm::Base
Constructor Details
This class inherits a constructor from Lumberg::Cpanel::Base
Instance Method Details
#list(options = {}) ⇒ Object
Public: Get a list backups.
options - Hash options for API call params (default: {})
Returns Hash API response.
9 10 11 12 13 |
# File 'lib/lumberg/cpanel/backups.rb', line 9 def list( = {}) perform_request({ api_function: "listfullbackups" }.merge()) end |