lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb in twilio-ruby-5.46.0 vs lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb in twilio-ruby-5.46.1
- old
+ new
@@ -9,12 +9,10 @@
module Twilio
module REST
class Studio < Domain
class V2 < Version
class FlowContext < InstanceContext
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class FlowRevisionList < ListResource
##
# Initialize the FlowRevisionList
# @param [Version] version Version that contains the resource
# @param [String] sid The unique string that we created to identify the Flow
@@ -113,12 +111,10 @@
def to_s
'#<Twilio.Studio.V2.FlowRevisionList>'
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class FlowRevisionPage < Page
##
# Initialize the FlowRevisionPage
# @param [Version] version Version that contains the resource
# @param [Response] response Response from the API
@@ -144,12 +140,10 @@
def to_s
'<Twilio.Studio.V2.FlowRevisionPage>'
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class FlowRevisionContext < InstanceContext
##
# Initialize the FlowRevisionContext
# @param [Version] version Version that contains the resource
# @param [String] sid The SID of the Flow resource to fetch.
@@ -186,12 +180,10 @@
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
"#<Twilio.Studio.V2.FlowRevisionContext #{context}>"
end
end
- ##
- # PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
class FlowRevisionInstance < InstanceResource
##
# Initialize the FlowRevisionInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
@@ -270,10 +262,10 @@
def revision
@properties['revision']
end
##
- # @return [String] Description on change made in the revision
+ # @return [String] Description of change made in the revision
def commit_message
@properties['commit_message']
end
##
\ No newline at end of file