Module: Artery::Model::Subscriptions

Extended by:
ActiveSupport::Concern
Defined in:
lib/artery/model/subscriptions.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

ARTERY_MAX_UPDATES_SYNC =

we should limit updates fetched at once

2000
ARTERY_MAX_AUTOENRICHED_UPDATES_SYNC =

we should limit updates fetched at once

500

Instance Method Summary collapse

Instance Method Details

#artery_updated_by!(service) ⇒ Object



151
152
153
# File 'lib/artery/model/subscriptions.rb', line 151

def artery_updated_by!(service)
  self.artery_updated_by_service = service
end