Class: Arcade::MatchAttributes

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#asObject

Returns the value of attribute as

Returns:

  • (Object)

    the current value of as



6
7
8
# File 'lib/match.rb', line 6

def as
  @as
end

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



6
7
8
# File 'lib/match.rb', line 6

def count
  @count
end

#depth_aliasObject

Returns the value of attribute depth_alias

Returns:

  • (Object)

    the current value of depth_alias



6
7
8
# File 'lib/match.rb', line 6

def depth_alias
  @depth_alias
end

#directionObject

Returns the value of attribute direction

Returns:

  • (Object)

    the current value of direction



6
7
8
# File 'lib/match.rb', line 6

def direction
  @direction
end

#edgeObject

Returns the value of attribute edge

Returns:

  • (Object)

    the current value of edge



6
7
8
# File 'lib/match.rb', line 6

def edge
  @edge
end

#max_depthObject

Returns the value of attribute max_depth

Returns:

  • (Object)

    the current value of max_depth



6
7
8
# File 'lib/match.rb', line 6

def max_depth
  @max_depth
end

#optionalObject

Returns the value of attribute optional

Returns:

  • (Object)

    the current value of optional



6
7
8
# File 'lib/match.rb', line 6

def optional
  @optional
end

#path_aliasObject

Returns the value of attribute path_alias

Returns:

  • (Object)

    the current value of path_alias



6
7
8
# File 'lib/match.rb', line 6

def path_alias
  @path_alias
end

#whereObject

Returns the value of attribute where

Returns:

  • (Object)

    the current value of where



6
7
8
# File 'lib/match.rb', line 6

def where
  @where
end

#whileObject

Returns the value of attribute while

Returns:

  • (Object)

    the current value of while



6
7
8
# File 'lib/match.rb', line 6

def while
  @while
end