Class: Google::Apis::ScriptV1::GoogleAppsScriptTypeFunctionSet

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/script_v1/classes.rb,
generated/google/apis/script_v1/representations.rb,
generated/google/apis/script_v1/representations.rb

Overview

A set of functions. No duplicates are permitted.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GoogleAppsScriptTypeFunctionSet

Returns a new instance of GoogleAppsScriptTypeFunctionSet.



536
537
538
# File 'generated/google/apis/script_v1/classes.rb', line 536

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#valuesArray<Google::Apis::ScriptV1::GoogleAppsScriptTypeFunction>

A list of functions composing the set. Corresponds to the JSON property values



534
535
536
# File 'generated/google/apis/script_v1/classes.rb', line 534

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



541
542
543
# File 'generated/google/apis/script_v1/classes.rb', line 541

def update!(**args)
  @values = args[:values] if args.key?(:values)
end