Class: Twilio::REST::Verify::V2::NewChallengeList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Verify::V2::NewChallengeList
- Defined in:
- lib/twilio-ruby/rest/verify/v2/new_challenge.rb
Defined Under Namespace
Classes: CreatePasskeysChallengeRequest
Instance Method Summary collapse
-
#initialize(version) ⇒ NewChallengeList
constructor
Initialize the NewChallengeList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ NewChallengeList
Initialize the NewChallengeList
43 44 45 46 47 48 49 |
# File 'lib/twilio-ruby/rest/verify/v2/new_challenge.rb', line 43 def initialize(version) super(version) # Path Solution @solution = { } end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
54 55 56 |
# File 'lib/twilio-ruby/rest/verify/v2/new_challenge.rb', line 54 def to_s '#<Twilio.Verify.V2.NewChallengeList>' end |