module Mailchimp
Constants
- VERSION
Public Class Methods
connect(api_key = nil)
click to toggle source
# File lib/mailchimp_api_v3.rb, line 17 def self.connect(api_key = nil) Client.new api_key end
# File lib/mailchimp_api_v3.rb, line 17 def self.connect(api_key = nil) Client.new api_key end