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

Methods inherited from TrusthubBase

#initialize, #to_s, #v1

Methods inherited from Domain

#absolute_url, #initialize, #request

Constructor Details

This class inherits a constructor from Twilio::REST::TrusthubBase

Instance Method Details

#customer_profiles(sid = :unset) ⇒ Twilio::REST::Trusthub::V1::CustomerProfilesInstance, Twilio::REST::Trusthub::V1::CustomerProfilesList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string that we created to identify the Customer-Profile resource.

Returns:



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

#end_user_types(sid = :unset) ⇒ Twilio::REST::Trusthub::V1::EndUserTypeInstance, Twilio::REST::Trusthub::V1::EndUserTypeList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string that identifies the End-User Type resource.

Returns:



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

#end_users(sid = :unset) ⇒ Twilio::REST::Trusthub::V1::EndUserInstance, Twilio::REST::Trusthub::V1::EndUserList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string created by Twilio to identify the End User resource.

Returns:



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

#policies(sid = :unset) ⇒ Twilio::REST::Trusthub::V1::PoliciesInstance, Twilio::REST::Trusthub::V1::PoliciesList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string that identifies the Policy resource.

Returns:



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

#supporting_document_types(sid = :unset) ⇒ Twilio::REST::Trusthub::V1::SupportingDocumentTypeInstance, Twilio::REST::Trusthub::V1::SupportingDocumentTypeList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string that identifies the Supporting Document Type resource.

Returns:



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

#supporting_documents(sid = :unset) ⇒ Twilio::REST::Trusthub::V1::SupportingDocumentInstance, Twilio::REST::Trusthub::V1::SupportingDocumentList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string created by Twilio to identify the Supporting Document resource.

Returns:



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

#trust_products(sid = :unset) ⇒ Twilio::REST::Trusthub::V1::TrustProductsInstance, Twilio::REST::Trusthub::V1::TrustProductsList

Parameters:

  • sid (String) (defaults to: :unset)

    The unique string that we created to identify the Customer-Profile resource.

Returns:



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