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



285
286
287
# File 'lib/graph_weaver/codegen/nodes.rb', line 285

def node
  @node
end

#propObject

Returns the value of attribute prop

Returns:

  • (Object)

    the current value of prop



285
286
287
# File 'lib/graph_weaver/codegen/nodes.rb', line 285

def prop
  @prop
end

#requiredObject

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



285
286
287
# File 'lib/graph_weaver/codegen/nodes.rb', line 285

def required
  @required
end

#wireObject

Returns the value of attribute wire

Returns:

  • (Object)

    the current value of wire



285
286
287
# File 'lib/graph_weaver/codegen/nodes.rb', line 285

def wire
  @wire
end