lypborges/pipedrive_ruby

View on GitHub
lib/resources/user_settings.rb

Summary

Maintainability
A
0 mins
Test Coverage
module PipedriveRuby
# Lists settings of authorized user.
  class UserSettings < PipedriveRuby::Base
    def_delegators :endpoints, :all
  end
end