Class: Google::Apis::AdmobV1::StringList

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

Overview

List of string values.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ StringList

Returns a new instance of StringList.



1032
1033
1034
# File 'lib/google/apis/admob_v1/classes.rb', line 1032

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

Instance Attribute Details

#valuesArray<String>

The string values. Corresponds to the JSON property values

Returns:

  • (Array<String>)


1030
1031
1032
# File 'lib/google/apis/admob_v1/classes.rb', line 1030

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1037
1038
1039
# File 'lib/google/apis/admob_v1/classes.rb', line 1037

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