Class: Google::Apis::AndroidpublisherV3::ArtifactSummary
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::ArtifactSummary
- 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
Summary of an artifact.
Instance Attribute Summary collapse
-
#version_code ⇒ Fixnum
Artifact's version code Corresponds to the JSON property
versionCode.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ArtifactSummary
constructor
A new instance of ArtifactSummary.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ArtifactSummary
Returns a new instance of ArtifactSummary.
769 770 771 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 769 def initialize(**args) update!(**args) end |
Instance Attribute Details
#version_code ⇒ Fixnum
Artifact's version code
Corresponds to the JSON property versionCode
767 768 769 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 767 def version_code @version_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
774 775 776 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 774 def update!(**args) @version_code = args[:version_code] if args.key?(:version_code) end |