module PipedrivePUT

Constants

VERSION

Attributes

key[RW]

Public Class Methods

getKey() click to toggle source

See which key is givin

# File lib/PipedrivePUT.rb, line 38
def self.getKey
  return @@key
end
key(key) click to toggle source

set the giving API key for pipedrive

# File lib/PipedrivePUT.rb, line 33
def self.key(key)
   @@key = key   
end