Class: IControl::ASM::ObjectParams::MetacharDefinition
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::ASM::ObjectParams::MetacharDefinition
- Defined in:
- lib/icontrol/asm/object_params.rb,
lib/icontrol/asm/object_params.rb
Overview
A struct that represents a meta-character in a parameter
Instance Attribute Summary collapse
-
#allow_flag ⇒ Object
The flag that indicates if the metacharacter is allowed or disallowed.
-
#metachar_id ⇒ Numeric
The id of the metacharacter.
Instance Attribute Details
#allow_flag ⇒ Object
The flag that indicates if the metacharacter is allowed or disallowed
67 68 69 |
# File 'lib/icontrol/asm/object_params.rb', line 67 def allow_flag @allow_flag end |
#metachar_id ⇒ Numeric
The id of the metacharacter.
67 68 69 |
# File 'lib/icontrol/asm/object_params.rb', line 67 def @metachar_id end |