lypborges/pipedrive_ruby

View on GitHub
lib/resources/stages.rb

Summary

Maintainability
A
0 mins
Test Coverage
# Stage is a logical component of a Pipeline, and essentially a bucket that can hold a number of Deals.
# In the context of the Pipeline a stage belongs to, it has an order number which defines the order of stages in that Pipeline.
class Estages
end