module Pipekit

Understands how to represent the result of a request to the Pipedrive API

Constants

UnknownPersonError
VERSION

Public Class Methods

config_file_path=(path) click to toggle source

Define a path to Pipedrive config file

Example:

Pipekit.config_file_path = File.join(“config”, “pipedrive.yml”)

# File lib/pipekit.rb, line 26
def self.config_file_path=(path)
  Config.file_path = path
end