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

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



131
132
133
# File 'lib/graph_weaver/codegen.rb', line 131

def key
  @key
end

#nodeObject

Returns the value of attribute node

Returns:

  • (Object)

    the current value of node



131
132
133
# File 'lib/graph_weaver/codegen.rb', line 131

def node
  @node
end

#propObject

Returns the value of attribute prop

Returns:

  • (Object)

    the current value of prop



131
132
133
# File 'lib/graph_weaver/codegen.rb', line 131

def prop
  @prop
end