Module: ActiveCampaignRuby::Core::List

Included in:
ActiveCampaignRuby::Client
Defined in:
lib/active_campaign_ruby/core/list.rb

Instance Method Summary collapse

Instance Method Details

#list_add(options = {}) ⇒ Object



9
10
11
# File 'lib/active_campaign_ruby/core/list.rb', line 9

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

#list_delete(options = {}) ⇒ Object



29
30
31
# File 'lib/active_campaign_ruby/core/list.rb', line 29

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

#list_delete_list(options = {}) ⇒ Object



25
26
27
# File 'lib/active_campaign_ruby/core/list.rb', line 25

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

#list_edit(options = {}) ⇒ Object



13
14
15
# File 'lib/active_campaign_ruby/core/list.rb', line 13

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

#list_field_add(options = {}) ⇒ Object



17
18
19
# File 'lib/active_campaign_ruby/core/list.rb', line 17

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

#list_field_delete(options = {}) ⇒ Object



33
34
35
# File 'lib/active_campaign_ruby/core/list.rb', line 33

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

#list_field_edit(options = {}) ⇒ Object



21
22
23
# File 'lib/active_campaign_ruby/core/list.rb', line 21

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

#list_field_view(options = {}) ⇒ Object



37
38
39
# File 'lib/active_campaign_ruby/core/list.rb', line 37

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

#list_list(options = {}) ⇒ Object



5
6
7
# File 'lib/active_campaign_ruby/core/list.rb', line 5

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

#list_paginator(options = {}) ⇒ Object



41
42
43
# File 'lib/active_campaign_ruby/core/list.rb', line 41

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

#list_view(options = {}) ⇒ Object



45
46
47
# File 'lib/active_campaign_ruby/core/list.rb', line 45

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