class AppInfo::APK::Certificate
Android Certificate
Attributes
certificate[R]
path[R]
Public Class Methods
new(path, certificate)
click to toggle source
# File lib/app_info/apk.rb, line 162 def initialize(path, certificate) @path = path @certificate = certificate end