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

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

Overview

A set of functions. No duplicates are permitted.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAppsScriptTypeFunctionSet

Returns a new instance of GoogleAppsScriptTypeFunctionSet.



505
506
507
# File 'lib/google/apis/script_v1/classes.rb', line 505

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



503
504
505
# File 'lib/google/apis/script_v1/classes.rb', line 503

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



510
511
512
# File 'lib/google/apis/script_v1/classes.rb', line 510

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