Class: Arcade::QueryAttributes
- Inherits:
-
Struct
- Object
- Struct
- Arcade::QueryAttributes
- Defined in:
- lib/query.rb
Overview
Query ###################################
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.
-
#map ⇒ Object
Returns the value of attribute map.
-
#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
7 8 9 |
# File 'lib/query.rb', line 7 def aliases @aliases end |
#class ⇒ Object
Returns the value of attribute class
7 8 9 |
# File 'lib/query.rb', line 7 def class @class end |
#database ⇒ Object
Returns the value of attribute database
7 8 9 |
# File 'lib/query.rb', line 7 def database @database end |
#group ⇒ Object
Returns the value of attribute group
7 8 9 |
# File 'lib/query.rb', line 7 def group @group end |
#kind ⇒ Object
Returns the value of attribute kind
7 8 9 |
# File 'lib/query.rb', line 7 def kind @kind end |
#let ⇒ Object
Returns the value of attribute let
7 8 9 |
# File 'lib/query.rb', line 7 def let @let end |
#limit ⇒ Object
Returns the value of attribute limit
7 8 9 |
# File 'lib/query.rb', line 7 def limit @limit end |
#map ⇒ Object
Returns the value of attribute map
7 8 9 |
# File 'lib/query.rb', line 7 def map @map end |
#misc ⇒ Object
Returns the value of attribute misc
7 8 9 |
# File 'lib/query.rb', line 7 def misc @misc end |
#order ⇒ Object
Returns the value of attribute order
7 8 9 |
# File 'lib/query.rb', line 7 def order @order end |
#projection ⇒ Object
Returns the value of attribute projection
7 8 9 |
# File 'lib/query.rb', line 7 def projection @projection end |
#remove ⇒ Object
Returns the value of attribute remove
7 8 9 |
# File 'lib/query.rb', line 7 def remove @remove end |
#return ⇒ Object
Returns the value of attribute return
7 8 9 |
# File 'lib/query.rb', line 7 def return @return end |
#set ⇒ Object
Returns the value of attribute set
7 8 9 |
# File 'lib/query.rb', line 7 def set @set end |
#skip ⇒ Object
Returns the value of attribute skip
7 8 9 |
# File 'lib/query.rb', line 7 def skip @skip end |
#unwind ⇒ Object
Returns the value of attribute unwind
7 8 9 |
# File 'lib/query.rb', line 7 def unwind @unwind end |
#where ⇒ Object
Returns the value of attribute where
7 8 9 |
# File 'lib/query.rb', line 7 def where @where end |
#while ⇒ Object
Returns the value of attribute while
7 8 9 |
# File 'lib/query.rb', line 7 def while @while end |