Class: Google::Apis::AndroidpublisherV3::MultiAbi
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::MultiAbi
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Represents a list of ABIs.
Instance Attribute Summary collapse
-
#abi ⇒ Array<Google::Apis::AndroidpublisherV3::Abi>
A list of targeted ABIs, as represented by the Android Platform Corresponds to the JSON property
abi
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MultiAbi
constructor
A new instance of MultiAbi.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MultiAbi
Returns a new instance of MultiAbi.
3871 3872 3873 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3871 def initialize(**args) update!(**args) end |
Instance Attribute Details
#abi ⇒ Array<Google::Apis::AndroidpublisherV3::Abi>
A list of targeted ABIs, as represented by the Android Platform
Corresponds to the JSON property abi
3869 3870 3871 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3869 def abi @abi end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3876 3877 3878 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3876 def update!(**args) @abi = args[:abi] if args.key?(:abi) end |