class Gobbler::ClientVersion
Public Class Methods
latest()
click to toggle source
@return [ClientVersion] The information about the latest client
# File lib/gobbler/client_version.rb, line 5 def self.latest ::Gobbler.request("client_user/get_version_info")["data"] end