Class: ActiveCampaign::Tag

Inherits:
Model
  • Object
show all
Defined in:
lib/active_campaign/models/tag.rb

Overview

:nodoc:

Constant Summary

Constants included from ApiHttp

ApiHttp::HTTP_METHODS

Instance Method Summary collapse

Methods inherited from Model

all, create, #destroy, filter, find, find_by, save, #save, #update

Methods included from Attributes

#only_changes_to_params, #rollback!, #to_params

Instance Method Details

#createObject



7
8
9
10
11
# File 'lib/active_campaign/models/tag.rb', line 7

def create
  self.tagType ||= "contact"

  super
end