We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The id field returns the object id, not pipedrive id. For example, this will produce warning: Object#id will be deprecated; use Object#object_id
person = Pipedrive::Person.create person.id
See http://stackoverflow.com/questions/4725329/override-id-on-a-ruby-object-created-using-openstruct
The text was updated successfully, but these errors were encountered:
fd8fd5f
Please revert commit #fd8fd5f, cause it totally breaks the Pipedrive::Base class. Property id is not defined for OpenStruct class. Thx.
/lib/pipedrive/base.rb:17:in <class:Base>': undefined methodid' for class `Pipedrive::Base' (NameError)
<class:Base>': undefined method
Sorry, something went wrong.
done, sorry, I should've checked before following the advice...
Merge pull request GeneralScripting#5 from VincentJaouen/dev
0e5edc0
Fixed organization getter if no org_id set in Activity
No branches or pull requests
The id field returns the object id, not pipedrive id. For example, this will produce
warning: Object#id will be deprecated; use Object#object_id
See http://stackoverflow.com/questions/4725329/override-id-on-a-ruby-object-created-using-openstruct
The text was updated successfully, but these errors were encountered: