Class: S2Netbox::Commands::ApiVersion

Inherits:
ApiRequest
  • Object
show all
Defined in:
lib/s2_netbox/commands/api_version.rb

Class Method Summary collapse

Methods inherited from ApiRequest

build_command, build_params, command_for_method, map_attributes, method_missing, provides_command, respond_to_missing?, send_request, supported_operations

Methods included from Helpers

#blank?, included

Class Method Details

.command_mapObject



4
5
6
# File 'lib/s2_netbox/commands/api_version.rb', line 4

def self.command_map
  {:get_version => 'GetAPIVersion'}
end