class PipedriveRuby::Products

Public Instance Methods

deals(product) click to toggle source
# File lib/resources/products.rb, line 8
def deals(product)
  custom_get(:path => "#{product['id']}/deals")
end
find_by_name(term) click to toggle source
# File lib/resources/products.rb, line 12
def find_by_name(term)
  find_by(term)
end