Sha256: ba17cdee1b06ffcbdffcff372ad5b2bef22504d46aa70cadb0c6d496f4a8c455
Contents?: true
Size: 362 Bytes
Versions: 2
Compression:
Stored size: 362 Bytes
Contents
module Lumberg module Cpanel class Backups < Base # Public: Get a list backups. # # options - Hash options for API call params (default: {}) # # Returns Hash API response. def list(options = {}) perform_request({ :api_function => "listfullbackups" }.merge(options)) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lumberg-2.0.0.pre4 | lib/lumberg/cpanel/backups.rb |
lumberg-2.0.0.pre3 | lib/lumberg/cpanel/backups.rb |