Sha256: ed40f5fce0ac07b861f268667c7006447d8cea199b167ec7aefe96457486f888

Contents?: true

Size: 437 Bytes

Versions: 3

Compression:

Stored size: 437 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[
              basic
              batch
              search
              settings
              subscriber_state_changes
            ].freeze
          end
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hubspot-api-client-15.0.2 lib/hubspot/discovery/marketing/events/client.rb
hubspot-api-client-15.0.1 lib/hubspot/discovery/marketing/events/client.rb
hubspot-api-client-15.0.0 lib/hubspot/discovery/marketing/events/client.rb