Class: IControl::ASM::ObjectParams::MetacharDefinition

Inherits:
Base::Struct
  • Object
show all
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

Instance Attribute Details

#allow_flagObject

The flag that indicates if the metacharacter is allowed or disallowed

Returns:

  • (Object)

    the current value of allow_flag



67
68
69
# File 'lib/icontrol/asm/object_params.rb', line 67

def allow_flag
  @allow_flag
end

#metachar_idNumeric

The id of the metacharacter.

Returns:

  • (Numeric)

    the current value of metachar_id



67
68
69
# File 'lib/icontrol/asm/object_params.rb', line 67

def metachar_id
  @metachar_id
end