lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb in twilio-ruby-5.72.1 vs lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb in twilio-ruby-5.73.0
- old
+ new
@@ -10,12 +10,10 @@
module REST
class Verify < Domain
class V2 < Version
class ServiceContext < InstanceContext
class EntityContext < InstanceContext
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class ChallengeList < ListResource
##
# Initialize the ChallengeList
# @param [Version] version Version that contains the resource
# @param [String] service_sid The unique SID identifier of the Service.
@@ -193,12 +191,10 @@
def to_s
'#<Twilio.Verify.V2.ChallengeList>'
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class ChallengePage < Page
##
# Initialize the ChallengePage
# @param [Version] version Version that contains the resource
# @param [Response] response Response from the API
@@ -229,12 +225,10 @@
def to_s
'<Twilio.Verify.V2.ChallengePage>'
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class ChallengeContext < InstanceContext
##
# Initialize the ChallengeContext
# @param [Version] version Version that contains the resource
# @param [String] service_sid The unique SID identifier of the Service.
@@ -329,11 +323,9 @@
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
"#<Twilio.Verify.V2.ChallengeContext #{context}>"
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class ChallengeInstance < InstanceResource
##
# Initialize the ChallengeInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
\ No newline at end of file