Class: PlayTime::Apk
- Inherits:
-
Object
- Object
- PlayTime::Apk
- Defined in:
- lib/play_time/apk.rb
Defined Under Namespace
Classes: FileNotFound
Constant Summary collapse
- MIME_TYPE =
'application/vnd.android.package-archive'.freeze
Class Method Summary collapse
Class Method Details
.load ⇒ Object
10 11 12 |
# File 'lib/play_time/apk.rb', line 10 def load Google::APIClient::UploadIO.new(most_recent_modified_file_path, MIME_TYPE) end |