Class: Ruby::Rego::Parser::IdentifierContext
- Inherits:
-
Struct
- Object
- Struct
- Ruby::Rego::Parser::IdentifierContext
- Defined in:
- lib/ruby/rego/parser.rb
Overview
Bundles identifier parsing configuration for error messages and validation.
Instance Attribute Summary collapse
-
#allowed_types ⇒ Object
Returns the value of attribute allowed_types.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#allowed_types ⇒ Object
Returns the value of attribute allowed_types
72 73 74 |
# File 'lib/ruby/rego/parser.rb', line 72 def allowed_types @allowed_types end |
#name ⇒ Object
Returns the value of attribute name
72 73 74 |
# File 'lib/ruby/rego/parser.rb', line 72 def name @name end |