Class: Pipedrive::ProductField

Inherits:
Base
  • Object
show all
Includes:
Operations::Create, Operations::Delete, Operations::Read
Defined in:
lib/pipedrive/product_field.rb

Instance Method Summary collapse

Methods included from Operations::Delete

#delete, #delete_all

Methods included from Operations::Create

#create

Methods included from Operations::Read

#all, #chunk, #each, #find_by_id

Methods included from Utils

#follow_pagination

Methods inherited from Base

#build_url, #connection, connection, #failed_response, faraday_options, #initialize, #make_api_call, #process_response

Constructor Details

This class inherits a constructor from Pipedrive::Base

Instance Method Details

#entity_nameObject



9
10
11
# File 'lib/pipedrive/product_field.rb', line 9

def entity_name
  'productFields'
end