Class: Telnyx::Resources::MessagingTollfree

Inherits:
Object
  • Object
show all
Defined in:
lib/telnyx/resources/messaging_tollfree.rb,
lib/telnyx/resources/messaging_tollfree/verification.rb,
lib/telnyx/resources/messaging_tollfree/verification/requests.rb

Defined Under Namespace

Classes: Verification

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(client:) ⇒ MessagingTollfree

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

Parameters:



12
13
14
15
# File 'lib/telnyx/resources/messaging_tollfree.rb', line 12

def initialize(client:)
  @client = client
  @verification = Telnyx::Resources::MessagingTollfree::Verification.new(client: client)
end

Instance Attribute Details

#verificationTelnyx::Resources::MessagingTollfree::Verification (readonly)



7
8
9
# File 'lib/telnyx/resources/messaging_tollfree.rb', line 7

def verification
  @verification
end