Class: Pipedrive::Pipeline

Inherits:
Base
  • Object
show all
Defined in:
lib/pipedrive/pipeline.rb

Instance Attribute Summary

Attributes inherited from Base

#data

Instance 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

Instance Method Details

#stagesObject



3
4
5
# File 'lib/pipedrive/pipeline.rb', line 3

def stages
  Stage.all(get "/stages", { pipeline_id: self.id })
end