Class: Twilio::REST::Trusthub
- Inherits:
-
TrusthubBase
show all
- Defined in:
- lib/twilio-ruby/rest/trusthub.rb,
lib/twilio-ruby/rest/trusthub/v1.rb,
lib/twilio-ruby/rest/trusthub/v1/end_user.rb,
lib/twilio-ruby/rest/trusthub/v1/policies.rb,
lib/twilio-ruby/rest/trusthub/v1/end_user_type.rb,
lib/twilio-ruby/rest/trusthub/v1/trust_products.rb,
lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb,
lib/twilio-ruby/rest/trusthub/v1/supporting_document.rb,
lib/twilio-ruby/rest/trusthub/v1/supporting_document_type.rb,
lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_evaluations.rb,
lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.rb,
lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_entity_assignments.rb,
lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb,
lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.rb,
lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.rb
Defined Under Namespace
Classes: V1
Instance Attribute Summary
Attributes inherited from Domain
#client
Instance Method Summary
collapse
#initialize, #to_s, #v1
Methods inherited from Domain
#absolute_url, #initialize, #request
Instance Method Details
9
10
11
12
|
# File 'lib/twilio-ruby/rest/trusthub.rb', line 9
def customer_profiles(sid=:unset)
warn "customer_profiles is deprecated. Use v1.customer_profiles instead."
self.v1.customer_profiles(sid)
end
|
29
30
31
32
|
# File 'lib/twilio-ruby/rest/trusthub.rb', line 29
def end_user_types(sid=:unset)
warn "end_user_types is deprecated. Use v1.end_user_types instead."
self.v1.end_user_types(sid)
end
|
19
20
21
22
|
# File 'lib/twilio-ruby/rest/trusthub.rb', line 19
def end_users(sid=:unset)
warn "end_users is deprecated. Use v1.end_users instead."
self.v1.end_users(sid)
end
|
38
39
40
41
|
# File 'lib/twilio-ruby/rest/trusthub.rb', line 38
def policies(sid=:unset)
warn "policies is deprecated. Use v1.policies instead."
self.v1.policies(sid)
end
|
58
59
60
61
|
# File 'lib/twilio-ruby/rest/trusthub.rb', line 58
def supporting_document_types(sid=:unset)
warn "supporting_document_types is deprecated. Use v1.supporting_document_types instead."
self.v1.supporting_document_types(sid)
end
|
48
49
50
51
|
# File 'lib/twilio-ruby/rest/trusthub.rb', line 48
def supporting_documents(sid=:unset)
warn "supporting_documents is deprecated. Use v1.supporting_documents instead."
self.v1.supporting_documents(sid)
end
|
68
69
70
71
|
# File 'lib/twilio-ruby/rest/trusthub.rb', line 68
def trust_products(sid=:unset)
warn "trust_products is deprecated. Use v1.trust_products instead."
self.v1.trust_products(sid)
end
|