Class: GraphWeaver::Codegen::VarDef
- Inherits:
-
Struct
- Object
- Struct
- GraphWeaver::Codegen::VarDef
- Defined in:
- lib/graph_weaver/codegen.rb
Instance Attribute Summary collapse
-
#kwarg ⇒ Object
Returns the value of attribute kwarg.
-
#node ⇒ Object
Returns the value of attribute node.
-
#required ⇒ Object
Returns the value of attribute required.
-
#wire ⇒ Object
Returns the value of attribute wire.
Instance Attribute Details
#kwarg ⇒ Object
Returns the value of attribute kwarg
141 142 143 |
# File 'lib/graph_weaver/codegen.rb', line 141 def kwarg @kwarg end |
#node ⇒ Object
Returns the value of attribute node
141 142 143 |
# File 'lib/graph_weaver/codegen.rb', line 141 def node @node end |
#required ⇒ Object
Returns the value of attribute required
141 142 143 |
# File 'lib/graph_weaver/codegen.rb', line 141 def required @required end |
#wire ⇒ Object
Returns the value of attribute wire
141 142 143 |
# File 'lib/graph_weaver/codegen.rb', line 141 def wire @wire end |