module Fulfil

All constants go here.

All errors goes here.

Constants

BASE_URL
PRODUCT_PATH
VERSION

Attributes

authentication[RW]
base_url[RW]

Public Class Methods

setup(subdomain,api_key) click to toggle source
# File lib/fulfil.rb, line 8
def setup(subdomain,api_key)
  self.authentication = { subdomain: subdomain, api_key: api_key }
end