Class: Ruby::Rego::AST::DotRefArg
- Defined in:
- lib/ruby/rego/ast/reference.rb
Overview
Dot-based reference argument (e.g. .foo).
Instance Attribute Summary
Attributes inherited from RefArg
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(value:, location: nil) ⇒ DotRefArg
constructor
A new instance of DotRefArg.
Methods inherited from Base
#==, #accept, #deconstruct_keys, #eql?, format_value, #hash, #to_s
Constructor Details
#initialize(value:, location: nil) ⇒ DotRefArg
Returns a new instance of DotRefArg.
43 44 45 |
# File 'lib/ruby/rego/ast/reference.rb', line 43 def initialize(value:, location: nil) super end |