Method: Mobile#software_version
- Defined in:
- lib/platform/mobile/mobile.rb
#software_version ⇒ Object
Public: Gets the device software version.
Returns the String software version.
21 22 23 |
# File 'lib/platform/mobile/mobile.rb', line 21 def software_version super || 'latest' end |