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.



176
177
178
179
# File 'lib/app_info/apk.rb', line 176

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

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



175
176
177
# File 'lib/app_info/apk.rb', line 175

def path
  @path
end

#signObject (readonly)

Returns the value of attribute sign.



175
176
177
# File 'lib/app_info/apk.rb', line 175

def sign
  @sign
end