Module: Pipedrive::Operations::Create
- Extended by:
- ActiveSupport::Concern
- Included in:
- Activity, ActivityType, Deal, DealField, File, Goal, Note, Pipedrive::Organization, Pipedrive::OrganizationField, Person, PersonField, Pipeline, Product, ProductField, Role, Stage, User
- Defined in:
- lib/pipedrive/operations/create.rb
Instance Method Summary collapse
Instance Method Details
#create(params) ⇒ Object
8 9 10 |
# File 'lib/pipedrive/operations/create.rb', line 8 def create(params) make_api_call(:post, params) end |