Module: PipedrivePUT
- Included in:
- Deal, OrganizationFields, Organizations, Persons, Pipelines, Recents, Search, Users
- Defined in:
- lib/PipedrivePUT.rb,
lib/PipedrivePUT/deal.rb,
lib/PipedrivePUT/users.rb,
lib/PipedrivePUT/search.rb,
lib/PipedrivePUT/persons.rb,
lib/PipedrivePUT/recents.rb,
lib/PipedrivePUT/version.rb,
lib/PipedrivePUT/pipelines.rb,
lib/PipedrivePUT/organization.rb,
lib/PipedrivePUT/organization_field.rb
Defined Under Namespace
Classes: Deal, OrganizationFields, Organizations, Persons, Pipelines, Recents, Search, Users
Constant Summary collapse
- VERSION =
"1.1.23"
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
Class Method Summary collapse
-
.getKey ⇒ Object
See which key is givin.
-
.key(key) ⇒ Object
set the giving API key for pipedrive.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
18 19 20 |
# File 'lib/PipedrivePUT.rb', line 18 def key @key end |
Class Method Details
.getKey ⇒ Object
See which key is givin
26 27 28 |
# File 'lib/PipedrivePUT.rb', line 26 def self.getKey @@key end |
.key(key) ⇒ Object
set the giving API key for pipedrive
21 22 23 |
# File 'lib/PipedrivePUT.rb', line 21 def self.key(key) @@key = key end |