Class: Pipedrive::Product
- Includes:
- Fields
- Defined in:
- lib/pipedrive/resources/product.rb
Class Method Summary collapse
Methods included from Fields
Methods inherited from Resource
all, class_name, fields_dicc, has_many, #initialize, #initialize_from_data, inverted_fields_dicc, #no_content?, #refresh, #resource_url, resource_url, retrieve, search, #search_for_fields, search_for_fields, #update_attributes, update_method, #update_method
Methods included from APIOperations::Create
Methods included from APIOperations::Delete
Methods included from APIOperations::Update
Methods included from APIOperations::Request
Constructor Details
This class inherits a constructor from Pipedrive::Resource
Class Method Details
.supports_v2_api? ⇒ Boolean
11 12 13 |
# File 'lib/pipedrive/resources/product.rb', line 11 def self.supports_v2_api? true end |