Class: Graphlyte::SelectionBuilder::Variable

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

Overview

Variables should not be re-used between queries

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



89
90
91
# File 'lib/graphlyte/selection_builder.rb', line 89

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



89
90
91
# File 'lib/graphlyte/selection_builder.rb', line 89

def type
  @type
end