class Supply::ApkListing
Attributes
Public Class Methods
Source
# File supply/lib/supply/apk_listing.rb, line 8 def initialize(recent_changes, language, apk_version_code) self.recent_changes = recent_changes self.language = language self.apk_version_code = apk_version_code end
Initializes the apk listing with the current listing if available