Class: OrientSupport::MatchAttributes

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

Overview

MatchConnection ###############################

Instance Attribute Summary collapse

Instance Attribute Details

#asObject

Returns the value of attribute as

Returns:

  • (Object)

    the current value of as



108
109
110
# File 'lib/support/orientquery.rb', line 108

def as
  @as
end

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



108
109
110
# File 'lib/support/orientquery.rb', line 108

def count
  @count
end

#depth_aliasObject

Returns the value of attribute depth_alias

Returns:

  • (Object)

    the current value of depth_alias



108
109
110
# File 'lib/support/orientquery.rb', line 108

def depth_alias
  @depth_alias
end

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



108
109
110
# File 'lib/support/orientquery.rb', line 108

def direction
  @direction
end

#edgeObject

Returns the value of attribute edge

Returns:

  • (Object)

    the current value of edge



108
109
110
# File 'lib/support/orientquery.rb', line 108

def edge
  @edge
end

#max_depthObject

Returns the value of attribute max_depth

Returns:

  • (Object)

    the current value of max_depth



108
109
110
# File 'lib/support/orientquery.rb', line 108

def max_depth
  @max_depth
end

#optionalObject

Returns the value of attribute optional

Returns:

  • (Object)

    the current value of optional



108
109
110
# File 'lib/support/orientquery.rb', line 108

def optional
  @optional
end

#path_aliasObject

Returns the value of attribute path_alias

Returns:

  • (Object)

    the current value of path_alias



108
109
110
# File 'lib/support/orientquery.rb', line 108

def path_alias
  @path_alias
end

#whereObject

Returns the value of attribute where

Returns:

  • (Object)

    the current value of where



108
109
110
# File 'lib/support/orientquery.rb', line 108

def where
  @where
end

#whileObject

Returns the value of attribute while

Returns:

  • (Object)

    the current value of while



108
109
110
# File 'lib/support/orientquery.rb', line 108

def while
  @while
end