Class: IControl::Management::StatementDefinition

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

Overview

A struct that describes a statement

Instance Attribute Summary collapse

Instance Attribute Details

#statement_idString

The name of the statement. If empty, then either there’s only one statement of its kind in the configuration file (i.e. “controls”…), or statement id is not applicable (i.e. “include”)

Returns:

  • (String)

    the current value of statement_id



346
347
348
# File 'lib/icontrol/management.rb', line 346

def statement_id
  @statement_id
end

#sub_stringsStringSequence

A sequence of substrings that make up a statement.

Returns:

  • (StringSequence)

    the current value of sub_strings



346
347
348
# File 'lib/icontrol/management.rb', line 346

def sub_strings
  @sub_strings
end