Class: Google::Apis::AndroidpublisherV3::MultiAbi

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MultiAbi

Returns a new instance of MultiAbi.



3892
3893
3894
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3892

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

Instance Attribute Details

#abiArray<Google::Apis::AndroidpublisherV3::Abi>

A list of targeted ABIs, as represented by the Android Platform Corresponds to the JSON property abi



3890
3891
3892
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3890

def abi
  @abi
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3897
3898
3899
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 3897

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