Class: IControl::Management::DBVariable::VariableNameValue

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

Overview

A struct that describes the name and value of a database variable.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (String) name

The key name.

Returns:

  • (String)

    the current value of name



93
94
95
# File 'lib/icontrol/management/db_variable.rb', line 93

def name
  @name
end

- (String) value

The key value.

Returns:

  • (String)

    the current value of value



93
94
95
# File 'lib/icontrol/management/db_variable.rb', line 93

def value
  @value
end