Sha256: bc2cce5da7dd85f7cec39225183b028a2ffe279f28cb65eba7264e6e8d54e4f8
Contents?: true
Size: 315 Bytes
Versions: 15
Compression:
Stored size: 315 Bytes
Contents
module Lumberg module Cpanel # Public: Allows access into cPanel's language system class Locale < Base # Public: Retrieve a user's character set encoding # # Returns Hash API response def show perform_request({ api_function: 'get_encoding' }) end end end end
Version data entries
15 entries across 15 versions & 1 rubygems