Class: IControl::System::Internal::URI

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/system/internal.rb,
lib/icontrol/system/internal.rb

Overview

A struct that contains a URI.

Instance Attribute Summary (collapse)

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.

Returns:



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)

Returns:

  • (String)

    the current value of path



47
48
49
# File 'lib/icontrol/system/internal.rb', line 47

def path
  @path
end