Module: ActiveCampaignRuby::Core::Users

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

Instance Method Summary collapse

Instance Method Details

#user_add(options = {}) ⇒ Object



4
5
6
# File 'lib/active_campaign_ruby/core/users.rb', line 4

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

#user_delete(options = {}) ⇒ Object



12
13
14
# File 'lib/active_campaign_ruby/core/users.rb', line 12

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

#user_delete_list(options = {}) ⇒ Object



16
17
18
# File 'lib/active_campaign_ruby/core/users.rb', line 16

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

#user_edit(options = {}) ⇒ Object



8
9
10
# File 'lib/active_campaign_ruby/core/users.rb', line 8

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

#user_list(options = {}) ⇒ Object



20
21
22
# File 'lib/active_campaign_ruby/core/users.rb', line 20

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

#user_me(options = {}) ⇒ Object



24
25
26
# File 'lib/active_campaign_ruby/core/users.rb', line 24

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

#user_view(options = {}) ⇒ Object



28
29
30
# File 'lib/active_campaign_ruby/core/users.rb', line 28

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

#user_view_email(options = {}) ⇒ Object



32
33
34
# File 'lib/active_campaign_ruby/core/users.rb', line 32

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

#user_view_username(options = {}) ⇒ Object



36
37
38
# File 'lib/active_campaign_ruby/core/users.rb', line 36

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