Sha256: b301d3db0f80a6c8b926c3d47ac772cb019bab1a9246935414551ddda71c2800

Contents?: true

Size: 419 Bytes

Versions: 5

Compression:

Stored size: 419 Bytes

Contents

# frozen_string_literal: true
require 'httparty'
require 'uri'

require "brightpearl/version"
require 'brightpearl/config'
require 'brightpearl/errors'
require 'brightpearl/client'
require 'brightpearl/auth'

require 'brightpearl/api_operations'
require 'brightpearl/resources'

module Brightpearl
  class Error < StandardError; end
  # Your code goes here...

  def self.config
    @config ||= Config.new
  end
  
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ruby-brightpearl-0.4.0 lib/brightpearl.rb
ruby-brightpearl-0.3.0 lib/brightpearl.rb
ruby-brightpearl-0.2.0 lib/brightpearl.rb
ruby-brightpearl-0.1.01 lib/brightpearl.rb
ruby-brightpearl-0.1.0 lib/brightpearl.rb