Sha256: 35716e23a38973297ae29f98a2737aa2de062784ac7d27cebeef9eca49584f4d

Contents?: true

Size: 457 Bytes

Versions: 11

Compression:

Stored size: 457 Bytes

Contents

require_relative '../../base_module_client'

module Hubspot
  module Discovery
    module Marketing
      module Events
        class Client
          include Hubspot::Discovery::BaseModuleClient

          def api_classes
            %i[
              attendance_subscriber_state_changes
              marketing_events_external
              search
              settings_external
            ].freeze
          end
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hubspot-api-client-17.2.0 lib/hubspot/discovery/marketing/events/client.rb
hubspot-api-client-17.1.1 lib/hubspot/discovery/marketing/events/client.rb
hubspot-api-client-17.1.0 lib/hubspot/discovery/marketing/events/client.rb
hubspot-api-client-17.0.0 lib/hubspot/discovery/marketing/events/client.rb
hubspot-api-client-17.0.0.pre.beta.4 lib/hubspot/discovery/marketing/events/client.rb
hubspot-api-client-17.0.0.pre.beta.3 lib/hubspot/discovery/marketing/events/client.rb
hubspot-api-client-17.0.0.pre.beta.2 lib/hubspot/discovery/marketing/events/client.rb
hubspot-api-client-17.0.0.pre.beta.1 lib/hubspot/discovery/marketing/events/client.rb
hubspot-api-client-16.4.0 lib/hubspot/discovery/marketing/events/client.rb
hubspot-api-client-16.3.0 lib/hubspot/discovery/marketing/events/client.rb
hubspot-api-client-16.2.1 lib/hubspot/discovery/marketing/events/client.rb