module WCC::Contentful::ServiceAccessors
Include this module to define accessors for every method defined on the {Services} singleton.
@example
class MyJob < ApplicationJob include WCC::Contentful::ServiceAccessors def perform Page.find(...) store.find(...) client.entries(...) sync_engine.next end end
@see Services