Class: SgtnClient::Source

Inherits:
Object
  • Object
show all
Defined in:
lib/sgtn-client/api/source.rb

Class Method Summary collapse

Class Method Details

.loadBundles(locale) ⇒ Object



10
11
12
13
# File 'lib/sgtn-client/api/source.rb', line 10

def self.loadBundles(locale)
  SgtnClient.logger.debug "[Source][loadBundles]locale=#{locale}"
  SgtnClient::Config.configurations.default = locale
end