Module: ActiveCampaignRuby::Core::List
- Included in:
- ActiveCampaignRuby::Client
- Defined in:
- lib/active_campaign_ruby/core/list.rb
Instance Method Summary collapse
- #list_add(options = {}) ⇒ Object
- #list_delete(options = {}) ⇒ Object
- #list_delete_list(options = {}) ⇒ Object
- #list_edit(options = {}) ⇒ Object
- #list_field_add(options = {}) ⇒ Object
- #list_field_delete(options = {}) ⇒ Object
- #list_field_edit(options = {}) ⇒ Object
- #list_field_view(options = {}) ⇒ Object
- #list_list(options = {}) ⇒ Object
- #list_paginator(options = {}) ⇒ Object
- #list_view(options = {}) ⇒ Object
Instance Method Details
#list_add(options = {}) ⇒ Object
9 10 11 |
# File 'lib/active_campaign_ruby/core/list.rb', line 9 def list_add( = {}) post __method__, end |
#list_delete(options = {}) ⇒ Object
29 30 31 |
# File 'lib/active_campaign_ruby/core/list.rb', line 29 def list_delete( = {}) get __method__, end |
#list_delete_list(options = {}) ⇒ Object
25 26 27 |
# File 'lib/active_campaign_ruby/core/list.rb', line 25 def list_delete_list( = {}) get __method__, end |
#list_edit(options = {}) ⇒ Object
13 14 15 |
# File 'lib/active_campaign_ruby/core/list.rb', line 13 def list_edit( = {}) post __method__, end |
#list_field_add(options = {}) ⇒ Object
17 18 19 |
# File 'lib/active_campaign_ruby/core/list.rb', line 17 def list_field_add( = {}) post __method__, end |
#list_field_delete(options = {}) ⇒ Object
33 34 35 |
# File 'lib/active_campaign_ruby/core/list.rb', line 33 def list_field_delete( = {}) get __method__, end |
#list_field_edit(options = {}) ⇒ Object
21 22 23 |
# File 'lib/active_campaign_ruby/core/list.rb', line 21 def list_field_edit( = {}) post __method__, end |
#list_field_view(options = {}) ⇒ Object
37 38 39 |
# File 'lib/active_campaign_ruby/core/list.rb', line 37 def list_field_view( = {}) get __method__, end |
#list_list(options = {}) ⇒ Object
5 6 7 |
# File 'lib/active_campaign_ruby/core/list.rb', line 5 def list_list(= {}) get __method__, end |
#list_paginator(options = {}) ⇒ Object
41 42 43 |
# File 'lib/active_campaign_ruby/core/list.rb', line 41 def list_paginator( = {}) get __method__, end |
#list_view(options = {}) ⇒ Object
45 46 47 |
# File 'lib/active_campaign_ruby/core/list.rb', line 45 def list_view( = {}) get __method__, end |