Class: Telnyx::Resources::MessagingTollfree::Verification
- Inherits:
-
Object
- Object
- Telnyx::Resources::MessagingTollfree::Verification
- Defined in:
- lib/telnyx/resources/messaging_tollfree/verification.rb,
lib/telnyx/resources/messaging_tollfree/verification/requests.rb
Defined Under Namespace
Classes: Requests
Instance Attribute Summary collapse
-
#requests ⇒ Telnyx::Resources::MessagingTollfree::Verification::Requests
readonly
Manage your tollfree verification requests.
Instance Method Summary collapse
-
#initialize(client:) ⇒ Verification
constructor
private
A new instance of Verification.
Constructor Details
#initialize(client:) ⇒ Verification
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 Verification.
14 15 16 17 |
# File 'lib/telnyx/resources/messaging_tollfree/verification.rb', line 14 def initialize(client:) @client = client @requests = Telnyx::Resources::MessagingTollfree::Verification::Requests.new(client: client) end |
Instance Attribute Details
#requests ⇒ Telnyx::Resources::MessagingTollfree::Verification::Requests (readonly)
Manage your tollfree verification requests
9 10 11 |
# File 'lib/telnyx/resources/messaging_tollfree/verification.rb', line 9 def requests @requests end |