Class: Graphlyte::Syntax::VariableDefinition

Inherits:
Struct
  • Object
show all
Defined in:
lib/graphlyte/syntax.rb

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueObject

Returns the value of attribute default_value

Returns:

  • (Object)

    the current value of default_value



141
142
143
# File 'lib/graphlyte/syntax.rb', line 141

def default_value
  @default_value
end

#directivesObject

Returns the value of attribute directives

Returns:

  • (Object)

    the current value of directives



141
142
143
# File 'lib/graphlyte/syntax.rb', line 141

def directives
  @directives
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



141
142
143
# File 'lib/graphlyte/syntax.rb', line 141

def type
  @type
end

#variableObject

Returns the value of attribute variable

Returns:

  • (Object)

    the current value of variable



141
142
143
# File 'lib/graphlyte/syntax.rb', line 141

def variable
  @variable
end