Class: Auchandirect::ScrAPI::BaseCart
- Inherits:
-
Object
- Object
- Auchandirect::ScrAPI::BaseCart
- Defined in:
- lib/auchandirect/scrAPI/base_cart.rb
Overview
Base class for objects providing an api like access to third party online stores
Instance Method Summary collapse
-
#url ⇒ Object
Main url of the store.
Instance Method Details
#url ⇒ Object
Main url of the store
34 35 36 |
# File 'lib/auchandirect/scrAPI/base_cart.rb', line 34 def url self.class.url end |