Sha256: 5869c30c76dd096283d90a2e8e90ec23838286e953d110809012e22a0ea37e6f
Contents?: true
Size: 576 Bytes
Versions: 3
Compression:
Stored size: 576 Bytes
Contents
# Activities are appointments/tasks/events on a calendar that can be associated with a Deal, a Person and an Organization. # Activities can be of different type (such as call, meeting, lunch or a custom type - see ActivityTypes object) and can be assigned to a particular User. # Note that activities can also be created without a specific date/time. module PipedriveRuby # Available calls (all, find, create, update, remove, remove_many) class Activities < PipedriveRuby::Base def_delegators :endpoints, :all, :find, :create, :update, :remove, :remove_many end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pipedrive_ruby-1.0.2 | lib/resources/activities.rb |
pipedrive_ruby-1.0.1.pre16 | lib/resources/activities.rb |
pipedrive_ruby-1.0.1.pre15 | lib/resources/activities.rb |