Class: Gobbler::ClientVersion

Inherits:
Base
  • Object
show all
Defined in:
lib/gobbler/client_version.rb

Instance Attribute Summary

Attributes inherited from Base

#json

Class Method Summary collapse

Methods inherited from Base

#base_attr, get, #initialize

Constructor Details

This class inherits a constructor from Gobbler::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Gobbler::Base

Class Method Details

.latestClientVersion

Returns The information about the latest client.

Returns:



5
6
7
# File 'lib/gobbler/client_version.rb', line 5

def self.latest
  ::Gobbler.request("client_user/get_version_info")["data"]
end