lib/hubspot/discovery/conversations/visitor_identification/client.rb in hubspot-api-client-14.5.2 vs lib/hubspot/discovery/conversations/visitor_identification/client.rb in hubspot-api-client-15.0.0

- old
+ new

@@ -1,18 +1,18 @@ -require_rel '../../base_module_client' +require_relative '../../base_module_client' module Hubspot module Discovery module Conversations module VisitorIdentification class Client - def self.api_classes + include Hubspot::Discovery::BaseModuleClient + + def api_classes %i[ generate ].freeze end - - include Hubspot::Discovery::BaseModuleClient end end end end end