Class: GraphWeaver::Codegen::InputNode::Field
- Inherits:
-
Struct
- Object
- Struct
- GraphWeaver::Codegen::InputNode::Field
- Defined in:
- lib/graph_weaver/codegen/nodes.rb
Instance Attribute Summary collapse
-
#node ⇒ Object
Returns the value of attribute node.
-
#prop ⇒ Object
Returns the value of attribute prop.
-
#required ⇒ Object
Returns the value of attribute required.
-
#wire ⇒ Object
Returns the value of attribute wire.
Instance Attribute Details
#node ⇒ Object
Returns the value of attribute node
285 286 287 |
# File 'lib/graph_weaver/codegen/nodes.rb', line 285 def node @node end |
#prop ⇒ Object
Returns the value of attribute prop
285 286 287 |
# File 'lib/graph_weaver/codegen/nodes.rb', line 285 def prop @prop end |
#required ⇒ Object
Returns the value of attribute required
285 286 287 |
# File 'lib/graph_weaver/codegen/nodes.rb', line 285 def required @required end |
#wire ⇒ Object
Returns the value of attribute wire
285 286 287 |
# File 'lib/graph_weaver/codegen/nodes.rb', line 285 def wire @wire end |