Class: GraphWeaver::Codegen::InputNode::Field

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

Instance Attribute Summary collapse

Instance Attribute Details

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



309
310
311
# File 'lib/graph_weaver/codegen/nodes.rb', line 309

def node
  @node
end

#propObject

Returns the value of attribute prop

Returns:

  • (Object)

    the current value of prop



309
310
311
# File 'lib/graph_weaver/codegen/nodes.rb', line 309

def prop
  @prop
end

#requiredObject

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



309
310
311
# File 'lib/graph_weaver/codegen/nodes.rb', line 309

def required
  @required
end

#wireObject

Returns the value of attribute wire

Returns:

  • (Object)

    the current value of wire



309
310
311
# File 'lib/graph_weaver/codegen/nodes.rb', line 309

def wire
  @wire
end