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

Instance Attribute Details

#argmapIControl::Common::KeyValueSequence

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

#pathString

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