Class: IControl::System::Internal::URI
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::System::Internal::URI
- Defined in:
- lib/icontrol/system/internal.rb,
lib/icontrol/system/internal.rb
Overview
A struct that contains a URI.
Instance Attribute Summary (collapse)
-
- (IControl::Common::KeyValueSequence) argmap
A list of key/value pairs that will allow mapping EM internal arguments to URI parameters to the page.
-
- (String) path
The URI itself (the path to the desired page).
Method Summary
Methods inherited from Base::Struct
from_soap, icontrol_attribute, #to_soap
Instance Attribute Details
- (IControl::Common::KeyValueSequence) argmap
A list of key/value pairs that will allow mapping EM internal arguments to URI parameters to the page.
47 48 49 |
# File 'lib/icontrol/system/internal.rb', line 47 def argmap @argmap end |
- (String) path
The URI itself (the path to the desired page)
47 48 49 |
# File 'lib/icontrol/system/internal.rb', line 47 def path @path end |