Method: Stb#password
- Defined in:
- lib/platform/stb/stb.rb
#password ⇒ Object
Public: Gets the device password.
Returns the password String.
42 43 44 |
# File 'lib/platform/stb/stb.rb', line 42 def password super || '1ctgtest01' end |