Class: Graphlyte::Syntax::VariableDefinition
- Inherits:
-
Struct
- Object
- Struct
- Graphlyte::Syntax::VariableDefinition
- Defined in:
- lib/graphlyte/syntax.rb
Instance Attribute Summary collapse
-
#default_value ⇒ Object
Returns the value of attribute default_value.
-
#directives ⇒ Object
Returns the value of attribute directives.
-
#type ⇒ Object
Returns the value of attribute type.
-
#variable ⇒ Object
Returns the value of attribute variable.
Instance Attribute Details
#default_value ⇒ Object
Returns the value of attribute default_value
141 142 143 |
# File 'lib/graphlyte/syntax.rb', line 141 def default_value @default_value end |
#directives ⇒ Object
Returns the value of attribute directives
141 142 143 |
# File 'lib/graphlyte/syntax.rb', line 141 def directives @directives end |
#type ⇒ Object
Returns the value of attribute type
141 142 143 |
# File 'lib/graphlyte/syntax.rb', line 141 def type @type end |
#variable ⇒ Object
Returns the value of attribute variable
141 142 143 |
# File 'lib/graphlyte/syntax.rb', line 141 def variable @variable end |