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
228 229 230 |
# File 'lib/graph_weaver/codegen.rb', line 228 def kwarg @kwarg end |
#node ⇒ Object
Returns the value of attribute node
228 229 230 |
# File 'lib/graph_weaver/codegen.rb', line 228 def node @node end |
#required ⇒ Object
Returns the value of attribute required
228 229 230 |
# File 'lib/graph_weaver/codegen.rb', line 228 def required @required end |
#wire ⇒ Object
Returns the value of attribute wire
228 229 230 |
# File 'lib/graph_weaver/codegen.rb', line 228 def wire @wire end |