Sha256: cfa36474448df4e53c8d6736811d73ca0ed903302adfefe4d002e6054fb3d92d
Contents?: true
Size: 280 Bytes
Versions: 2
Compression:
Stored size: 280 Bytes
Contents
module Pipedrive class ActivityType < Base include ::Pipedrive::Operations::Create include ::Pipedrive::Operations::Read include ::Pipedrive::Operations::Update include ::Pipedrive::Operations::Delete def entity_name 'activityTypes' end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pipedrive.rb-0.2.0 | lib/pipedrive/activity_type.rb |
pipedrive.rb-0.1.0 | lib/pipedrive/activity_type.rb |