Skip to content

Commit

Permalink
Merge pull request #2 from hostnfly/ahrry/hos2-826-add-pipeline-endpo…
Browse files Browse the repository at this point in the history
…int-to-pipedriverb

add pipeline endpoints
  • Loading branch information
Ahrry authored Oct 1, 2020
2 parents e772b83 + 6ade651 commit 2a91e93
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/pipedrive.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,6 @@ def logger

# Notes
require 'pipedrive/note'

# Pipelines
require 'pipedrive/pipeline'
8 changes: 8 additions & 0 deletions lib/pipedrive/pipeline.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module Pipedrive
class Pipeline < Base
include ::Pipedrive::Operations::Create
include ::Pipedrive::Operations::Read
include ::Pipedrive::Operations::Update
include ::Pipedrive::Operations::Delete
end
end

0 comments on commit 2a91e93

Please sign in to comment.