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.
935 936 937 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 935 def initialize(**args) update!(**args) end |
Instance Attribute Details
#version_code ⇒ Fixnum
Artifact's version code
Corresponds to the JSON property versionCode
933 934 935 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 933 def version_code @version_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
940 941 942 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 940 def update!(**args) @version_code = args[:version_code] if args.key?(:version_code) end |