Class: Vero::Api::Users
Instance Attribute Summary
Attributes inherited from Base
#context
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from Base
#config, #initialize, #run_api
Class Method Details
.edit_user!(options, context = Vero::App.default_context) ⇒ Object
44
45
46
|
# File 'lib/vero/api.rb', line 44
def self.edit_user!(options, context = Vero::App.default_context)
new(context).edit_user!(options)
end
|
48
49
50
|
# File 'lib/vero/api.rb', line 48
def self.edit_user_tags!(options, context = Vero::App.default_context)
new(context).edit_user_tags!(options)
end
|
.reidentify!(options, context = Vero::App.default_context) ⇒ Object
52
53
54
|
# File 'lib/vero/api.rb', line 52
def self.reidentify!(options, context = Vero::App.default_context)
new(context).reidentify!(options)
end
|
.resubscribe!(options, context = Vero::App.default_context) ⇒ Object
60
61
62
|
# File 'lib/vero/api.rb', line 60
def self.resubscribe!(options, context = Vero::App.default_context)
new(context).resubscribe!(options)
end
|
.track!(options, context = Vero::App.default_context) ⇒ Object
40
41
42
|
# File 'lib/vero/api.rb', line 40
def self.track!(options, context = Vero::App.default_context)
new(context).track!(options)
end
|
.unsubscribe!(options, context = Vero::App.default_context) ⇒ Object
56
57
58
|
# File 'lib/vero/api.rb', line 56
def self.unsubscribe!(options, context = Vero::App.default_context)
new(context).unsubscribe!(options)
end
|
Instance Method Details
#reidentify!(options) ⇒ Object
#resubscribe!(options) ⇒ Object
#unsubscribe!(options) ⇒ Object