Method: Mobile#software_version

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

#software_versionObject

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