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.



161
162
163
164
# File 'lib/app_info/apk.rb', line 161

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

Instance Attribute Details

#pathObject (readonly)

Returns the value of attribute path.



160
161
162
# File 'lib/app_info/apk.rb', line 160

def path
  @path
end

#signObject (readonly)

Returns the value of attribute sign.



160
161
162
# File 'lib/app_info/apk.rb', line 160

def sign
  @sign
end