module Brightpearl

Constants

VERSION

Public Class Methods

config() click to toggle source

Your code goes here…

# File lib/brightpearl.rb, line 18
def self.config
  @config ||= Config.new
end