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



141
142
143
# File 'lib/graph_weaver/codegen.rb', line 141

def kwarg
  @kwarg
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



141
142
143
# File 'lib/graph_weaver/codegen.rb', line 141

def node
  @node
end

#requiredObject

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



141
142
143
# File 'lib/graph_weaver/codegen.rb', line 141

def required
  @required
end

#wireObject

Returns the value of attribute wire

Returns:

  • (Object)

    the current value of wire



141
142
143
# File 'lib/graph_weaver/codegen.rb', line 141

def wire
  @wire
end