module SageWorld

Sage world product api provides you 2 basic operations for

> search -> returns collection of searched products.

> details -> return details of product.

Constants

VERSION

Attributes

configuration[RW]

Public Class Methods

config() { |configuration| ... } click to toggle source
# File lib/sage_world.rb, line 22
def self.config
  @configuration ||= Configuration.new
  yield(configuration) if block_given?
end