Class: Pipedrive::Stage
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
all, authenticate, bad_response, create, find, find_by_name, #initialize, new_list, resource_path, #update
Constructor Details
This class inherits a constructor from Pipedrive::Base
Class Method Details
.deals(id) ⇒ Object
3 4 5 |
# File 'lib/pipedrive/stage.rb', line 3 def self.deals(id) Deal.all(get "#{resource_path}/#{id}/deals", :query => {:everyone => 1}) end |