Method: Mobile#password

Defined in:
lib/platform/mobile/mobile.rb

#passwordObject

Public: Gets the device password.

Returns the password String.



35
36
37
# File 'lib/platform/mobile/mobile.rb', line 35

def password
  super || '1AUTOtest01'
end