Class: Seekmodo::Sdk::Storefront::Client::BundleSurface

Inherits:
Object
  • Object
show all
Defined in:
lib/seekmodo/sdk/storefront/client.rb

Instance Method Summary collapse

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