Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 409 Bytes

File metadata and controls

19 lines (12 loc) · 409 Bytes

OpenapiClient::ClientLocale

Properties

Name Type Description Notes
language String Language used by client.
country String Country of the client.

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::ClientLocale.new(language: en,
                                 country: GB)