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
.delete!(options, context = Vero::App.default_context) ⇒ Object
66
67
68
|
# File 'lib/vero/api.rb', line 66
def self.delete!(options, context = Vero::App.default_context)
new(context).delete!(options)
end
|
.edit_user!(options, context = Vero::App.default_context) ⇒ Object
46
47
48
|
# File 'lib/vero/api.rb', line 46
def self.edit_user!(options, context = Vero::App.default_context)
new(context).edit_user!(options)
end
|
50
51
52
|
# File 'lib/vero/api.rb', line 50
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
54
55
56
|
# File 'lib/vero/api.rb', line 54
def self.reidentify!(options, context = Vero::App.default_context)
new(context).reidentify!(options)
end
|
.resubscribe!(options, context = Vero::App.default_context) ⇒ Object
62
63
64
|
# File 'lib/vero/api.rb', line 62
def self.resubscribe!(options, context = Vero::App.default_context)
new(context).resubscribe!(options)
end
|
.track!(options, context = Vero::App.default_context) ⇒ Object
42
43
44
|
# File 'lib/vero/api.rb', line 42
def self.track!(options, context = Vero::App.default_context)
new(context).track!(options)
end
|
.unsubscribe!(options, context = Vero::App.default_context) ⇒ Object
58
59
60
|
# File 'lib/vero/api.rb', line 58
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