Method: Mudfly::Configuration.extended

Defined in:
lib/mudfly/configuration.rb

.extended(base) ⇒ Object



17
18
19
20
21
22
23
24
# File 'lib/mudfly/configuration.rb', line 17

def self.extended(base)

  base.api_key    = DEFAULT_API_KEY
  base.user_agent = DEFAULT_USER_AGENT
  base.endpoint   = DEFAULT_ENDPOINT
  base.locale     = DEFAULT_LOCALE

end