Class: IControl::ARX::Api
- Inherits:
-
Base
- Object
- Base
- IControl::ARX::Api
- 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
-
#version ⇒ String
Returns the ARX running release version.
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class IControl::Base
Instance Method Details
#version ⇒ String
Returns the ARX running release version.
12 13 14 |
# File 'lib/icontrol/arx/api.rb', line 12 def version super end |