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
309 310 311 |
# File 'lib/graph_weaver/codegen/nodes.rb', line 309 def node @node end |
#prop ⇒ Object
Returns the value of attribute prop
309 310 311 |
# File 'lib/graph_weaver/codegen/nodes.rb', line 309 def prop @prop end |
#required ⇒ Object
Returns the value of attribute required
309 310 311 |
# File 'lib/graph_weaver/codegen/nodes.rb', line 309 def required @required end |
#wire ⇒ Object
Returns the value of attribute wire
309 310 311 |
# File 'lib/graph_weaver/codegen/nodes.rb', line 309 def wire @wire end |