module SmplkitGeneratedClient::Config
def configure
end
config.password = "xxx"
config.username = "xxx"
SmplkitGeneratedClient::Config.configure do |config|
Customize default settings for the SDK using block.
def configure if block_given? yield(Configuration.default) else Configuration.default end end