Module: ActiveCampaignRuby::Core::Users
- Included in:
- ActiveCampaignRuby::Client
- Defined in:
- lib/active_campaign_ruby/core/users.rb
Instance Method Summary collapse
- #user_add(options = {}) ⇒ Object
- #user_delete(options = {}) ⇒ Object
- #user_delete_list(options = {}) ⇒ Object
- #user_edit(options = {}) ⇒ Object
- #user_list(options = {}) ⇒ Object
- #user_me(options = {}) ⇒ Object
- #user_view(options = {}) ⇒ Object
- #user_view_email(options = {}) ⇒ Object
- #user_view_username(options = {}) ⇒ Object
Instance Method Details
#user_add(options = {}) ⇒ Object
4 5 6 |
# File 'lib/active_campaign_ruby/core/users.rb', line 4 def user_add( = {}) post __method__, end |
#user_delete(options = {}) ⇒ Object
12 13 14 |
# File 'lib/active_campaign_ruby/core/users.rb', line 12 def user_delete( = {}) get __method__, end |
#user_delete_list(options = {}) ⇒ Object
16 17 18 |
# File 'lib/active_campaign_ruby/core/users.rb', line 16 def user_delete_list( = {}) get __method__, end |
#user_edit(options = {}) ⇒ Object
8 9 10 |
# File 'lib/active_campaign_ruby/core/users.rb', line 8 def user_edit( = {}) post __method__, end |
#user_list(options = {}) ⇒ Object
20 21 22 |
# File 'lib/active_campaign_ruby/core/users.rb', line 20 def user_list( = {}) get __method__, end |
#user_me(options = {}) ⇒ Object
24 25 26 |
# File 'lib/active_campaign_ruby/core/users.rb', line 24 def user_me( = {}) get __method__, end |
#user_view(options = {}) ⇒ Object
28 29 30 |
# File 'lib/active_campaign_ruby/core/users.rb', line 28 def user_view( = {}) get __method__, end |
#user_view_email(options = {}) ⇒ Object
32 33 34 |
# File 'lib/active_campaign_ruby/core/users.rb', line 32 def user_view_email( = {}) get __method__, end |
#user_view_username(options = {}) ⇒ Object
36 37 38 |
# File 'lib/active_campaign_ruby/core/users.rb', line 36 def user_view_username( = {}) get __method__, end |