Class: AppInfo::APK::Sign

Inherits:
Object show all
Defined in:
lib/app_info/apk.rb

Overview

Android Sign

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(path, sign) ⇒ Sign

Returns a new instance of Sign.



167
168
169
170
# File 'lib/app_info/apk.rb', line 167

def initialize(path, sign)
  @path = path
  @sign = sign
end

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



165
166
167
# File 'lib/app_info/apk.rb', line 165

def path
  @path
end

#signObject (readonly)

Returns the value of attribute sign.



165
166
167
# File 'lib/app_info/apk.rb', line 165

def sign
  @sign
end