Class: ApkDownloader::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/apk_downloader/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#android_idObject

Returns the value of attribute android_id.



3
4
5
# File 'lib/apk_downloader/configuration.rb', line 3

def android_id
  @android_id
end

#debugObject

Returns the value of attribute debug.



3
4
5
# File 'lib/apk_downloader/configuration.rb', line 3

def debug
  @debug
end

#emailObject

Returns the value of attribute email.



3
4
5
# File 'lib/apk_downloader/configuration.rb', line 3

def email
  @email
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/apk_downloader/configuration.rb', line 3

def password
  @password
end