Method: Pipekit.config_file_path=

Defined in:
lib/pipekit.rb

.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