class Leadersend::Config

Attributes

api_key[RW]
api_url[RW]
host[RW]
username[RW]

Public Class Methods

new() click to toggle source
# File lib/leadersend.rb, line 18
def initialize
  @api_url  = "http://api.leadersend.com/1.0/?output=json"
  @host     = "smtp.leadersend.com"
  @username = "example@domain.com"
  @api_key  = "0953e545acdf063cb8a903a174gh721f"
end