Class: OrientSupport::MatchAttributes
- Defined in:
- lib/support/orientquery.rb
Overview
MatchConnection ###############################
Instance Attribute Summary collapse
-
#as ⇒ Object
Returns the value of attribute as.
-
#count ⇒ Object
Returns the value of attribute count.
-
#depth_alias ⇒ Object
Returns the value of attribute depth_alias.
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#edge ⇒ Object
Returns the value of attribute edge.
-
#max_depth ⇒ Object
Returns the value of attribute max_depth.
-
#optional ⇒ Object
Returns the value of attribute optional.
-
#path_alias ⇒ Object
Returns the value of attribute path_alias.
-
#where ⇒ Object
Returns the value of attribute where.
-
#while ⇒ Object
Returns the value of attribute while.
Instance Attribute Details
#as ⇒ Object
Returns the value of attribute as
108 109 110 |
# File 'lib/support/orientquery.rb', line 108 def as @as end |
#count ⇒ Object
Returns the value of attribute count
108 109 110 |
# File 'lib/support/orientquery.rb', line 108 def count @count end |
#depth_alias ⇒ Object
Returns the value of attribute depth_alias
108 109 110 |
# File 'lib/support/orientquery.rb', line 108 def depth_alias @depth_alias end |
#direction ⇒ Object
Returns the value of attribute direction
108 109 110 |
# File 'lib/support/orientquery.rb', line 108 def direction @direction end |
#edge ⇒ Object
Returns the value of attribute edge
108 109 110 |
# File 'lib/support/orientquery.rb', line 108 def edge @edge end |
#max_depth ⇒ Object
Returns the value of attribute max_depth
108 109 110 |
# File 'lib/support/orientquery.rb', line 108 def max_depth @max_depth end |
#optional ⇒ Object
Returns the value of attribute optional
108 109 110 |
# File 'lib/support/orientquery.rb', line 108 def optional @optional end |
#path_alias ⇒ Object
Returns the value of attribute path_alias
108 109 110 |
# File 'lib/support/orientquery.rb', line 108 def path_alias @path_alias end |
#where ⇒ Object
Returns the value of attribute where
108 109 110 |
# File 'lib/support/orientquery.rb', line 108 def where @where end |
#while ⇒ Object
Returns the value of attribute while
108 109 110 |
# File 'lib/support/orientquery.rb', line 108 def while @while end |