module MailChimp3
Constants
- VERSION
Public Instance Methods
config()
click to toggle source
# File lib/mailchimp3.rb, line 12 def config @config ||= Struct.new(:client_id, :client_secret).new end
new(*args)
click to toggle source
# File lib/mailchimp3.rb, line 8 def new(*args) Endpoint.new(*args) end
oauth()
click to toggle source
# File lib/mailchimp3.rb, line 16 def oauth @oauth ||= MailChimp3::OAuth.new end