Sha256: 7bba33f86aa777e7b29d23ad8c8b03ab04c22984a77a2930d0088adf2f3a4201
Contents?: true
Size: 261 Bytes
Versions: 21
Compression:
Stored size: 261 Bytes
Contents
module Services module Hubspot module Properties class GetAll def call core_api = ::Hubspot::Crm::Properties::CoreApi.new core_api.get_all('contacts', auth_names: 'oauth2').results end end end end end
Version data entries
21 entries across 21 versions & 1 rubygems