Class: Google::Apis::AndroidpublisherV3::Abi
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::Abi
- 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 an Abi.
Instance Attribute Summary collapse
-
#alias ⇒ String
Alias for an abi.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Abi
constructor
A new instance of Abi.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Abi
Returns a new instance of Abi.
34 35 36 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 34 def initialize(**args) update!(**args) end |
Instance Attribute Details
#alias ⇒ String
Alias for an abi.
Corresponds to the JSON property alias
32 33 34 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 32 def alias @alias end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 41 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 39 def update!(**args) @alias = args[:alias] if args.key?(:alias) end |