Class: GraphWeaver::Codegen::ObjectNode::Field

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



146
147
148
# File 'lib/graph_weaver/codegen/nodes.rb', line 146

def key
  @key
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



146
147
148
# File 'lib/graph_weaver/codegen/nodes.rb', line 146

def node
  @node
end

#propObject

Returns the value of attribute prop

Returns:

  • (Object)

    the current value of prop



146
147
148
# File 'lib/graph_weaver/codegen/nodes.rb', line 146

def prop
  @prop
end