Class: GraphWeaver::Codegen::ObjectNode::Field
- Inherits:
-
Struct
- Object
- Struct
- GraphWeaver::Codegen::ObjectNode::Field
- Defined in:
- lib/graph_weaver/codegen/nodes.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#node ⇒ Object
Returns the value of attribute node.
-
#prop ⇒ Object
Returns the value of attribute prop.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
146 147 148 |
# File 'lib/graph_weaver/codegen/nodes.rb', line 146 def key @key end |
#node ⇒ Object
Returns the value of attribute node
146 147 148 |
# File 'lib/graph_weaver/codegen/nodes.rb', line 146 def node @node end |
#prop ⇒ Object
Returns the value of attribute prop
146 147 148 |
# File 'lib/graph_weaver/codegen/nodes.rb', line 146 def prop @prop end |