Skip to content

Instantly share code, notes, and snippets.

@EsendexDev
Created July 24, 2013 14:01
Show Gist options
  • Save EsendexDev/6070844 to your computer and use it in GitHub Desktop.
Save EsendexDev/6070844 to your computer and use it in GitHub Desktop.
Example config for the Esendex Ruby SDK
Esendex.configure do |config|
config.username = "<username>"
config.password = "<password>"
config.account_reference = "<account_reference>"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment