Class: Graphlyte::SelectionBuilder::Variable
- Inherits:
-
Struct
- Object
- Struct
- Graphlyte::SelectionBuilder::Variable
- Defined in:
- lib/graphlyte/selection_builder.rb
Overview
Variables should not be re-used between queries
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
89 90 91 |
# File 'lib/graphlyte/selection_builder.rb', line 89 def name @name end |
#type ⇒ Object
Returns the value of attribute type
89 90 91 |
# File 'lib/graphlyte/selection_builder.rb', line 89 def type @type end |