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