Class: GraphWeaver::Codegen::ObjectNode::Field
- Inherits:
-
Struct
- Object
- Struct
- GraphWeaver::Codegen::ObjectNode::Field
- Defined in:
- lib/graph_weaver/codegen.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
131 132 133 |
# File 'lib/graph_weaver/codegen.rb', line 131 def key @key end |
#node ⇒ Object
Returns the value of attribute node
131 132 133 |
# File 'lib/graph_weaver/codegen.rb', line 131 def node @node end |
#prop ⇒ Object
Returns the value of attribute prop
131 132 133 |
# File 'lib/graph_weaver/codegen.rb', line 131 def prop @prop end |