Class: IControl::ARX::Api

Inherits:
Base
  • Object
show all
Defined in:
lib/icontrol/arx/api.rb,
lib/icontrol/arx.rb

Overview

The Api Interface allows applications to retrieve ARX API information.

Instance Method Summary collapse

Dynamic Method Handling

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

Instance Method Details

#versionString

Returns the ARX running release version.

Returns:

  • (String)


12
13
14
# File 'lib/icontrol/arx/api.rb', line 12

def version
  super
end