Class: GraphWeaver::Codegen::VarDef

Inherits:
Struct
  • Object
show all
Defined in:
lib/graph_weaver/codegen.rb

Instance Attribute Summary collapse

Instance Attribute Details

#kwargObject

Returns the value of attribute kwarg

Returns:

  • (Object)

    the current value of kwarg



228
229
230
# File 'lib/graph_weaver/codegen.rb', line 228

def kwarg
  @kwarg
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



228
229
230
# File 'lib/graph_weaver/codegen.rb', line 228

def node
  @node
end

#requiredObject

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



228
229
230
# File 'lib/graph_weaver/codegen.rb', line 228

def required
  @required
end

#wireObject

Returns the value of attribute wire

Returns:

  • (Object)

    the current value of wire



228
229
230
# File 'lib/graph_weaver/codegen.rb', line 228

def wire
  @wire
end