Class: OrientSupport::MatchSAttributes

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

Overview

MatchStatement ################################

Instance Attribute Summary collapse

Instance Attribute Details

#asObject

Returns the value of attribute as

Returns:

  • (Object)

    the current value of as



196
197
198
# File 'lib/support/orientquery.rb', line 196

def as
  @as
end

#match_classObject

Returns the value of attribute match_class

Returns:

  • (Object)

    the current value of match_class



196
197
198
# File 'lib/support/orientquery.rb', line 196

def match_class
  @match_class
end

#whereObject

Returns the value of attribute where

Returns:

  • (Object)

    the current value of where



196
197
198
# File 'lib/support/orientquery.rb', line 196

def where
  @where
end