Class: Telnyx::Resources::TermsOfService
- Inherits:
-
Object
- Object
- Telnyx::Resources::TermsOfService
- Defined in:
- lib/telnyx/resources/terms_of_service.rb,
lib/telnyx/resources/terms_of_service/number_reputation.rb
Defined Under Namespace
Classes: NumberReputation
Instance Attribute Summary collapse
-
#number_reputation ⇒ Telnyx::Resources::TermsOfService::NumberReputation
readonly
Terms of Service agreement endpoints.
Instance Method Summary collapse
-
#initialize(client:) ⇒ TermsOfService
constructor
private
A new instance of TermsOfService.
Constructor Details
#initialize(client:) ⇒ TermsOfService
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of TermsOfService.
13 14 15 16 |
# File 'lib/telnyx/resources/terms_of_service.rb', line 13 def initialize(client:) @client = client @number_reputation = Telnyx::Resources::TermsOfService::NumberReputation.new(client: client) end |
Instance Attribute Details
#number_reputation ⇒ Telnyx::Resources::TermsOfService::NumberReputation (readonly)
Terms of Service agreement endpoints
8 9 10 |
# File 'lib/telnyx/resources/terms_of_service.rb', line 8 def number_reputation @number_reputation end |