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
-
#argmap ⇒ IControl::Common::KeyValueSequence
A list of key/value pairs that will allow mapping EM internal arguments to URI parameters to the page.
-
#path ⇒ String
The URI itself (the path to the desired page).
Instance Attribute Details
#argmap ⇒ IControl::Common::KeyValueSequence
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 |
#path ⇒ String
The URI itself (the path to the desired page)
47 48 49 |
# File 'lib/icontrol/system/internal.rb', line 47 def path @path end |