Class: PipeDrive::Activity
- Inherits:
-
ResourceBase
- Object
- OpenStruct
- Base
- ResourceBase
- PipeDrive::Activity
- Defined in:
- lib/pipe_drive/activity.rb
Constant Summary collapse
- ALLOW_FOR_SEARCH_TERMS =
i[]
- ALLOW_FOR_ADDITION_SEARCH_OPTS =
i[user_id type start limit start_date end_date]
Instance Method Summary collapse
Methods inherited from ResourceBase
field_keys, find_by, list, pagination_list, resource_name, search
Methods inherited from Base
bulk_delete, create, delete, #delete, find_by_id, #initialize, #parameterize, parameterize, requester, #requester, search_and_setup_by, #update, update
Constructor Details
This class inherits a constructor from PipeDrive::Base
Instance Method Details
#resource_name ⇒ Object
6 7 8 |
# File 'lib/pipe_drive/activity.rb', line 6 def resource_name 'activitie' end |