Class: Seekmodo::Sdk::Storefront::Client::BundleSurface
- Inherits:
-
Object
- Object
- Seekmodo::Sdk::Storefront::Client::BundleSurface
- Defined in:
- lib/seekmodo/sdk/storefront/client.rb
Instance Method Summary collapse
-
#initialize(transport) ⇒ BundleSurface
constructor
A new instance of BundleSurface.
- #suggest(args = {}, opts = {}) ⇒ Object
Constructor Details
#initialize(transport) ⇒ BundleSurface
Returns a new instance of BundleSurface.
60 61 62 |
# File 'lib/seekmodo/sdk/storefront/client.rb', line 60 def initialize(transport) @transport = transport end |
Instance Method Details
#suggest(args = {}, opts = {}) ⇒ Object
64 65 66 |
# File 'lib/seekmodo/sdk/storefront/client.rb', line 64 def suggest(args = {}, opts = {}) @transport.call("bundle.suggest", args, opts) end |