Class: OrientSupport::QueryAttributes
- Defined in:
- lib/support/orientquery.rb
Overview
OrientQuery ###################################
Instance Attribute Summary collapse
-
#aliases ⇒ Object
Returns the value of attribute aliases.
-
#class ⇒ Object
Returns the value of attribute class.
-
#database ⇒ Object
Returns the value of attribute database.
-
#group ⇒ Object
Returns the value of attribute group.
-
#kind ⇒ Object
Returns the value of attribute kind.
-
#let ⇒ Object
Returns the value of attribute let.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#misc ⇒ Object
Returns the value of attribute misc.
-
#order ⇒ Object
Returns the value of attribute order.
-
#projection ⇒ Object
Returns the value of attribute projection.
-
#remove ⇒ Object
Returns the value of attribute remove.
-
#return ⇒ Object
Returns the value of attribute return.
-
#set ⇒ Object
Returns the value of attribute set.
-
#skip ⇒ Object
Returns the value of attribute skip.
-
#unwind ⇒ Object
Returns the value of attribute unwind.
-
#where ⇒ Object
Returns the value of attribute where.
-
#while ⇒ Object
Returns the value of attribute while.
Instance Attribute Details
#aliases ⇒ Object
Returns the value of attribute aliases
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def aliases @aliases end |
#class ⇒ Object
Returns the value of attribute class
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def class @class end |
#database ⇒ Object
Returns the value of attribute database
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def database @database end |
#group ⇒ Object
Returns the value of attribute group
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def group @group end |
#kind ⇒ Object
Returns the value of attribute kind
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def kind @kind end |
#let ⇒ Object
Returns the value of attribute let
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def let @let end |
#limit ⇒ Object
Returns the value of attribute limit
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def limit @limit end |
#misc ⇒ Object
Returns the value of attribute misc
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def misc @misc end |
#order ⇒ Object
Returns the value of attribute order
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def order @order end |
#projection ⇒ Object
Returns the value of attribute projection
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def projection @projection end |
#remove ⇒ Object
Returns the value of attribute remove
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def remove @remove end |
#return ⇒ Object
Returns the value of attribute return
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def return @return end |
#set ⇒ Object
Returns the value of attribute set
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def set @set end |
#skip ⇒ Object
Returns the value of attribute skip
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def skip @skip end |
#unwind ⇒ Object
Returns the value of attribute unwind
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def unwind @unwind end |
#where ⇒ Object
Returns the value of attribute where
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def where @where end |
#while ⇒ Object
Returns the value of attribute while
325 326 327 |
# File 'lib/support/orientquery.rb', line 325 def while @while end |