class BulutfonSDK::Util::ClientConfig
Constants
- DEFAULTS
Public Class Methods
new(opts={})
click to toggle source
# File lib/bulutfon_sdk/util/client_config.rb, line 22 def initialize(opts={}) DEFAULTS.each do |attribute, value| send("#{attribute}=".to_sym, opts.fetch(attribute, value)) end end