class ActiveCampaignCrm::Client

Public Class Methods

new() click to toggle source
# File lib/active_campaign_crm/client.rb, line 7
def initialize
  @connection = ActiveCampaignCrm::Connection.new
end