Module: Prestashop::Client

Extended by:
SingleForwardable
Defined in:
lib/prestashop/client.rb,
lib/prestashop/client/cache.rb,
lib/prestashop/client/error.rb,
lib/prestashop/client/implementation.rb

Defined Under Namespace

Classes: Cache, Implementation, UnitializedClient

Class Method Summary collapse

Class Method Details

.currentObject

Delegate to current user implementation



15
16
17
# File 'lib/prestashop/client.rb', line 15

def self.current
  Implementation.current
end