Class: IControl::LocalLB::Klass::StringClass

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

Overview

A struct that describes a String class.

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base::Struct

from_soap, icontrol_attribute, #to_soap

Instance Attribute Details

- (StringSequence) members

The String class member list.

Returns:

  • (StringSequence)

    the current value of members



624
625
626
# File 'lib/icontrol/local_lb/klass.rb', line 624

def members
  @members
end

- (String) name

The String class name.

Returns:

  • (String)

    the current value of name



624
625
626
# File 'lib/icontrol/local_lb/klass.rb', line 624

def name
  @name
end