Class: Lumberg::Cpanel::Locale
- Defined in:
- lib/lumberg/cpanel/locale.rb
Overview
Public: Allows access into cPanel’s language system
Instance Attribute Summary
Attributes inherited from Base
Attributes inherited from Whm::Base
Instance Method Summary collapse
-
#show ⇒ Object
Public: Retrieve a user’s character set encoding.
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
#show ⇒ Object
Public: Retrieve a user’s character set encoding
Returns Hash API response
8 9 10 |
# File 'lib/lumberg/cpanel/locale.rb', line 8 def show perform_request({ api_function: 'get_encoding' }) end |