Class: Ruzbx::Api::ServerInfo
Overview
Instance Attribute Summary
Attributes inherited from Item
Class Method Summary collapse
Methods inherited from Item
Constructor Details
This class inherits a constructor from Ruzbx::Api::Item
Class Method Details
.get ⇒ Object
8 9 10 11 12 13 14 15 |
# File 'lib/ruzbx/api/server_info.rb', line 8 def self.get entity = Entity.build do no_auth rpc_method 'apiinfo.version' data params: [] end new(entity.commit) end |