Skip to content

Instantly share code, notes, and snippets.

@xxswingxx
Created June 12, 2014 13:46
Show Gist options
  • Save xxswingxx/0151df0355dcf0203c05 to your computer and use it in GitHub Desktop.
Save xxswingxx/0151df0355dcf0203c05 to your computer and use it in GitHub Desktop.
Ruby wrapper configuration example
require 'quaderno-ruby'
Quaderno::Base.configure do |config|
config.auth_token = 'my_authenticate_token'
config.subdomain = 'my_account_subdomain'
config.environment = :sandbox # :production by default
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment