Class: Telnyx::Resources::TermsOfService

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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.

Parameters:



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_reputationTelnyx::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