Module: Pipekit

Defined in:
lib/pipekit/result.rb,
lib/pipekit.rb,
lib/pipekit/deal.rb,
lib/pipekit/note.rb,
lib/pipekit/user.rb,
lib/pipekit/config.rb,
lib/pipekit/person.rb,
lib/pipekit/request.rb,
lib/pipekit/version.rb,
lib/pipekit/activity.rb,
lib/pipekit/response.rb,
lib/pipekit/deal_field.rb,
lib/pipekit/repository.rb,
lib/pipekit/organization.rb,
lib/pipekit/person_field.rb,
lib/pipekit/resource_label.rb,
lib/pipekit/field_repository.rb

Overview

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

Defined Under Namespace

Modules: FieldRepository, Repository Classes: Activity, Config, Deal, DealField, LabelNotFoundError, Note, Organization, Person, PersonField, Request, ResourceLabel, ResourceNotFoundError, Response, Result, UnsuccessfulRequestError, User

Constant Summary collapse

UnknownPersonError =
Class.new(StandardError)
VERSION =
"2.1.1"

Class Method Summary collapse

Class Method Details

.config_file_path=(path) ⇒ Object

Define a path to Pipedrive config file

Example:

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



26
27
28
# File 'lib/pipekit.rb', line 26

def self.config_file_path=(path)
  Config.file_path = path
end