Method: Twilio::REST::Messaging::V1::TollfreeVerificationList#initialize
- Defined in:
- lib/twilio-ruby/rest/messaging/v1/tollfree_verification.rb
#initialize(version) ⇒ TollfreeVerificationList
Initialize the TollfreeVerificationList
26 27 28 29 30 31 32 33 |
# File 'lib/twilio-ruby/rest/messaging/v1/tollfree_verification.rb', line 26 def initialize(version) super(version) # Path Solution @solution = { } @uri = "/Tollfree/Verifications" end |