Module: Corkboard::Provider

Extended by:
ActiveSupport::Concern
Included in:
Corkboard::Providers::Instagram
Defined in:
lib/corkboard/provider.rb

Overview

Providers are the heart of Corkboard's aggregation of content. Each provider defined must include this module.

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#serviceObject



17
18
19
# File 'lib/corkboard/provider.rb', line 17

def service
  @service ||= self.class.service
end