Class: GraphWeaver::Codegen::ObjectNode::Alias
- Inherits:
-
Struct
- Object
- Struct
- GraphWeaver::Codegen::ObjectNode::Alias
- Defined in:
- lib/graph_weaver/codegen/nodes.rb
Overview
a resolved alias delegator (extend_type alias:): the accessor name, the Ruby path expression it reads (meta&.tag), and its Sorbet return type
Instance Attribute Summary collapse
-
#expr ⇒ Object
Returns the value of attribute expr.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#expr ⇒ Object
Returns the value of attribute expr
149 150 151 |
# File 'lib/graph_weaver/codegen/nodes.rb', line 149 def expr @expr end |
#name ⇒ Object
Returns the value of attribute name
149 150 151 |
# File 'lib/graph_weaver/codegen/nodes.rb', line 149 def name @name end |
#type ⇒ Object
Returns the value of attribute type
149 150 151 |
# File 'lib/graph_weaver/codegen/nodes.rb', line 149 def type @type end |