Sha256: 7d53adffa8187fc7edb9c4fdfdb8499983efa632c363026e0b08b01209036f79
Contents?: true
Size: 504 Bytes
Versions: 15
Compression:
Stored size: 504 Bytes
Contents
module Lumberg module Cpanel class BoxTrapper < Base # Public: Get list of email accounts and their BoxTrapper statuses. # # options - Hash options for API call params (default: {}): # :regex - String regular expression to filter search results # (optional). # # Returns Hash API response. def list(options = {}) perform_request({ api_function: "accountmanagelist" }.merge(options)) end end end end
Version data entries
15 entries across 15 versions & 1 rubygems