Class: Pipedrive::Stage

Inherits:
Resource show all
Defined in:
lib/pipedrive/resources/stage.rb

Class Method Summary collapse

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

#create

Methods included from APIOperations::Delete

#delete

Methods included from APIOperations::Update

#update

Methods included from APIOperations::Request

included

Constructor Details

This class inherits a constructor from Pipedrive::Resource

Class Method Details

.supports_v2_api?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/pipedrive/resources/stage.rb', line 5

def self.supports_v2_api?
  true
end