Module: ActiveCampaign::Client::Lists

Included in:
ActiveCampaign::Client
Defined in:
lib/active_campaign/client/lists.rb

Instance Method Summary collapse

Instance Method Details

#list_add(options = {}) ⇒ Object

POST methods



10
11
12
# File 'lib/active_campaign/client/lists.rb', line 10

def list_add(options = {})
  post __method__, options
end

#list_delete(options = {}) ⇒ Object



34
35
36
# File 'lib/active_campaign/client/lists.rb', line 34

def list_delete(options = {})
  get __method__, options
end

#list_delete_list(options = {}) ⇒ Object

GET methods



30
31
32
# File 'lib/active_campaign/client/lists.rb', line 30

def list_delete_list(options = {})
  get __method__, options
end

#list_edit(options = {}) ⇒ Object



14
15
16
# File 'lib/active_campaign/client/lists.rb', line 14

def list_edit(options = {})
  post __method__, options
end

#list_field_add(options = {}) ⇒ Object



18
19
20
# File 'lib/active_campaign/client/lists.rb', line 18

def list_field_add(options = {})
  post __method__, options
end

#list_field_delete(options = {}) ⇒ Object



38
39
40
# File 'lib/active_campaign/client/lists.rb', line 38

def list_field_delete(options = {})
  get __method__, options
end

#list_field_edit(options = {}) ⇒ Object



22
23
24
# File 'lib/active_campaign/client/lists.rb', line 22

def list_field_edit(options = {})
  post __method__, options
end

#list_field_view(options = {}) ⇒ Object



42
43
44
# File 'lib/active_campaign/client/lists.rb', line 42

def list_field_view(options = {})
  get __method__, options
end

#list_list(options = {}) ⇒ Object



46
47
48
# File 'lib/active_campaign/client/lists.rb', line 46

def list_list(options = {})
  get __method__, options
end

#list_paginator(options = {}) ⇒ Object



50
51
52
# File 'lib/active_campaign/client/lists.rb', line 50

def list_paginator(options = {})
  get __method__, options
end

#list_view(options = {}) ⇒ Object



54
55
56
# File 'lib/active_campaign/client/lists.rb', line 54

def list_view(options = {})
  get __method__, options
end