Class: S2Netbox::Commands::ApiVersion
- Inherits:
-
ApiRequest
- Object
- ApiRequest
- S2Netbox::Commands::ApiVersion
- 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
Class Method Details
.command_map ⇒ Object
4 5 6 |
# File 'lib/s2_netbox/commands/api_version.rb', line 4 def self.command_map {:get_version => 'GetAPIVersion'} end |