Class: Telnyx::Resources::Reputation

Inherits:
Object
  • Object
show all
Defined in:
lib/telnyx/resources/reputation.rb,
lib/telnyx/resources/reputation/numbers.rb

Defined Under Namespace

Classes: Numbers

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ Reputation

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 Reputation.

Parameters:



13
14
15
16
# File 'lib/telnyx/resources/reputation.rb', line 13

def initialize(client:)
  @client = client
  @numbers = Telnyx::Resources::Reputation::Numbers.new(client: client)
end

Instance Attribute Details

#numbersTelnyx::Resources::Reputation::Numbers (readonly)

Phone-number reputation monitoring (spam-score lookup and tracking).



8
9
10
# File 'lib/telnyx/resources/reputation.rb', line 8

def numbers
  @numbers
end