Class: Google::Apis::AdmobV1::StringList
- Inherits:
-
Object
- Object
- Google::Apis::AdmobV1::StringList
- 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
-
#values ⇒ Array<String>
The string values.
Instance Method Summary collapse
-
#initialize(**args) ⇒ StringList
constructor
A new instance of StringList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ StringList
Returns a new instance of StringList.
1026 1027 1028 |
# File 'lib/google/apis/admob_v1/classes.rb', line 1026 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Array<String>
The string values.
Corresponds to the JSON property values
1024 1025 1026 |
# File 'lib/google/apis/admob_v1/classes.rb', line 1024 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1031 1032 1033 |
# File 'lib/google/apis/admob_v1/classes.rb', line 1031 def update!(**args) @values = args[:values] if args.key?(:values) end |