Class: OrientSupport::MatchSAttributes
- Defined in:
- lib/support/orientquery.rb
Overview
MatchStatement ################################
Instance Attribute Summary collapse
-
#as ⇒ Object
Returns the value of attribute as.
-
#match_class ⇒ Object
Returns the value of attribute match_class.
-
#where ⇒ Object
Returns the value of attribute where.
Instance Attribute Details
#as ⇒ Object
Returns the value of attribute as
196 197 198 |
# File 'lib/support/orientquery.rb', line 196 def as @as end |
#match_class ⇒ Object
Returns the value of attribute match_class
196 197 198 |
# File 'lib/support/orientquery.rb', line 196 def match_class @match_class end |
#where ⇒ Object
Returns the value of attribute where
196 197 198 |
# File 'lib/support/orientquery.rb', line 196 def where @where end |