Class: OrientSupport::QueryAttributes

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

Overview

OrientQuery ###################################

Instance Attribute Summary collapse

Instance Attribute Details

#aliasesObject

Returns the value of attribute aliases

Returns:

  • (Object)

    the current value of aliases



325
326
327
# File 'lib/support/orientquery.rb', line 325

def aliases
  @aliases
end

#classObject

Returns the value of attribute class

Returns:

  • (Object)

    the current value of class



325
326
327
# File 'lib/support/orientquery.rb', line 325

def class
  @class
end

#databaseObject

Returns the value of attribute database

Returns:

  • (Object)

    the current value of database



325
326
327
# File 'lib/support/orientquery.rb', line 325

def database
  @database
end

#groupObject

Returns the value of attribute group

Returns:

  • (Object)

    the current value of group



325
326
327
# File 'lib/support/orientquery.rb', line 325

def group
  @group
end

#kindObject

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



325
326
327
# File 'lib/support/orientquery.rb', line 325

def kind
  @kind
end

#letObject

Returns the value of attribute let

Returns:

  • (Object)

    the current value of let



325
326
327
# File 'lib/support/orientquery.rb', line 325

def let
  @let
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



325
326
327
# File 'lib/support/orientquery.rb', line 325

def limit
  @limit
end

#miscObject

Returns the value of attribute misc

Returns:

  • (Object)

    the current value of misc



325
326
327
# File 'lib/support/orientquery.rb', line 325

def misc
  @misc
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



325
326
327
# File 'lib/support/orientquery.rb', line 325

def order
  @order
end

#projectionObject

Returns the value of attribute projection

Returns:

  • (Object)

    the current value of projection



325
326
327
# File 'lib/support/orientquery.rb', line 325

def projection
  @projection
end

#removeObject

Returns the value of attribute remove

Returns:

  • (Object)

    the current value of remove



325
326
327
# File 'lib/support/orientquery.rb', line 325

def remove
  @remove
end

#returnObject

Returns the value of attribute return

Returns:

  • (Object)

    the current value of return



325
326
327
# File 'lib/support/orientquery.rb', line 325

def return
  @return
end

#setObject

Returns the value of attribute set

Returns:

  • (Object)

    the current value of set



325
326
327
# File 'lib/support/orientquery.rb', line 325

def set
  @set
end

#skipObject

Returns the value of attribute skip

Returns:

  • (Object)

    the current value of skip



325
326
327
# File 'lib/support/orientquery.rb', line 325

def skip
  @skip
end

#unwindObject

Returns the value of attribute unwind

Returns:

  • (Object)

    the current value of unwind



325
326
327
# File 'lib/support/orientquery.rb', line 325

def unwind
  @unwind
end

#whereObject

Returns the value of attribute where

Returns:

  • (Object)

    the current value of where



325
326
327
# File 'lib/support/orientquery.rb', line 325

def where
  @where
end

#whileObject

Returns the value of attribute while

Returns:

  • (Object)

    the current value of while



325
326
327
# File 'lib/support/orientquery.rb', line 325

def while
  @while
end