class Google::Apis::ScriptV1::GoogleAppsScriptTypeFunctionSet
A set of functions. No duplicates are permitted.
Attributes
values[RW]
A list of functions composing the set. Corresponds to the JSON property `values` @return [Array<Google::Apis::ScriptV1::GoogleAppsScriptTypeFunction>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/script_v1/classes.rb, line 521 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/script_v1/classes.rb, line 526 def update!(**args) @values = args[:values] if args.key?(:values) end