Module: Shortwave::Provider::ProviderMethods

Defined in:
lib/shortwave/providers.rb

Overview

Intended to be mixed in to authentication classes

Instance Method Summary collapse

Instance Method Details

#event_facadeObject



18
19
20
# File 'lib/shortwave/providers.rb', line 18

def event_facade
  @event_facade ||= Facade::Event.new(self)
end

#location_facadeObject



22
23
24
# File 'lib/shortwave/providers.rb', line 22

def location_facade
  @location_facade ||= Facade::Geo.new(self)            
end

#tasteometer_facacdeObject



26
27
28
# File 'lib/shortwave/providers.rb', line 26

def tasteometer_facacde
  @tasteometer_facade ||= Facade::Tasteometer.new(self)
end