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
81 82 83 |
# File 'lib/ruby/rego/parser.rb', line 81 def allowed_types @allowed_types end |
#name ⇒ Object
Returns the value of attribute name
81 82 83 |
# File 'lib/ruby/rego/parser.rb', line 81 def name @name end |