Class: Arcade::QueryAttributes

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

Overview

Query ###################################

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesObject

Returns the value of attribute aliases

Returns:

  • (Object)

    the current value of aliases



7
8
9
# File 'lib/query.rb', line 7

def aliases
  @aliases
end

#classObject

Returns the value of attribute class

Returns:

  • (Object)

    the current value of class



7
8
9
# File 'lib/query.rb', line 7

def class
  @class
end

#databaseObject

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



7
8
9
# File 'lib/query.rb', line 7

def database
  @database
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



7
8
9
# File 'lib/query.rb', line 7

def group
  @group
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



7
8
9
# File 'lib/query.rb', line 7

def kind
  @kind
end

#letObject

Returns the value of attribute let

Returns:

  • (Object)

    the current value of let



7
8
9
# File 'lib/query.rb', line 7

def let
  @let
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



7
8
9
# File 'lib/query.rb', line 7

def limit
  @limit
end

#mapObject

Returns the value of attribute map

Returns:

  • (Object)

    the current value of map



7
8
9
# File 'lib/query.rb', line 7

def map
  @map
end

#miscObject

Returns the value of attribute misc

Returns:

  • (Object)

    the current value of misc



7
8
9
# File 'lib/query.rb', line 7

def misc
  @misc
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



7
8
9
# File 'lib/query.rb', line 7

def order
  @order
end

#projectionObject

Returns the value of attribute projection

Returns:

  • (Object)

    the current value of projection



7
8
9
# File 'lib/query.rb', line 7

def projection
  @projection
end

#removeObject

Returns the value of attribute remove

Returns:

  • (Object)

    the current value of remove



7
8
9
# File 'lib/query.rb', line 7

def remove
  @remove
end

#returnObject

Returns the value of attribute return

Returns:

  • (Object)

    the current value of return



7
8
9
# File 'lib/query.rb', line 7

def return
  @return
end

#setObject

Returns the value of attribute set

Returns:

  • (Object)

    the current value of set



7
8
9
# File 'lib/query.rb', line 7

def set
  @set
end

#skipObject

Returns the value of attribute skip

Returns:

  • (Object)

    the current value of skip



7
8
9
# File 'lib/query.rb', line 7

def skip
  @skip
end

#unwindObject

Returns the value of attribute unwind

Returns:

  • (Object)

    the current value of unwind



7
8
9
# File 'lib/query.rb', line 7

def unwind
  @unwind
end

#whereObject

Returns the value of attribute where

Returns:

  • (Object)

    the current value of where



7
8
9
# File 'lib/query.rb', line 7

def where
  @where
end

#whileObject

Returns the value of attribute while

Returns:

  • (Object)

    the current value of while



7
8
9
# File 'lib/query.rb', line 7

def while
  @while
end