lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb in twilio-ruby-5.40.1 vs lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb in twilio-ruby-5.40.2

- old
+ new

@@ -18,12 +18,12 @@ ## # Initialize the FunctionVersionList # @param [Version] version Version that contains the resource # @param [String] service_sid The SID of the Service that the Function Version # resource is associated with. - # @param [String] function_sid The SID of the function that is the parent of the - # function version. + # @param [String] function_sid The SID of the Function resource that is the parent + # of the Function Version resource. # @return [FunctionVersionList] FunctionVersionList def initialize(version, service_sid: nil, function_sid: nil) super(version) # Path Solution @@ -227,12 +227,12 @@ # Initialize the FunctionVersionInstance # @param [Version] version Version that contains the resource # @param [Hash] payload payload that contains response from Twilio # @param [String] service_sid The SID of the Service that the Function Version # resource is associated with. - # @param [String] function_sid The SID of the function that is the parent of the - # function version. + # @param [String] function_sid The SID of the Function resource that is the parent + # of the Function Version resource. # @param [String] sid The SID of the Function Version resource to fetch. # @return [FunctionVersionInstance] FunctionVersionInstance def initialize(version, payload, service_sid: nil, function_sid: nil, sid: nil) super(version) @@ -291,22 +291,22 @@ def service_sid @properties['service_sid'] end ## - # @return [String] The SID of the function that is the parent of the function version + # @return [String] The SID of the Function resource that is the parent of the Function Version resource def function_sid @properties['function_sid'] end ## - # @return [String] The URL-friendly string by which the function version can be referenced + # @return [String] The URL-friendly string by which the Function Version resource can be referenced def path @properties['path'] end ## - # @return [function_version.Visibility] The access control that determines how the function version can be accessed + # @return [function_version.Visibility] The access control that determines how the Function Version resource can be accessed def visibility @properties['visibility'] end ## \ No newline at end of file