Class: IControl::Management::StatementDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Management::StatementDefinition
- Defined in:
- lib/icontrol/management.rb,
lib/icontrol/management.rb
Overview
A struct that describes a statement
Instance Attribute Summary collapse
-
#statement_id ⇒ String
The name of the statement.
-
#sub_strings ⇒ StringSequence
A sequence of substrings that make up a statement.
Instance Attribute Details
#statement_id ⇒ String
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”)
346 347 348 |
# File 'lib/icontrol/management.rb', line 346 def statement_id @statement_id end |
#sub_strings ⇒ StringSequence
A sequence of substrings that make up a statement.
346 347 348 |
# File 'lib/icontrol/management.rb', line 346 def sub_strings @sub_strings end |