Class: Arcade::MatchAttributes
- Inherits:
-
Struct
- Object
- Struct
- Arcade::MatchAttributes
- Defined in:
- lib/match.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
6 7 8 |
# File 'lib/match.rb', line 6 def as @as end |
#count ⇒ Object
Returns the value of attribute count
6 7 8 |
# File 'lib/match.rb', line 6 def count @count end |
#depth_alias ⇒ Object
Returns the value of attribute depth_alias
6 7 8 |
# File 'lib/match.rb', line 6 def depth_alias @depth_alias end |
#direction ⇒ Object
Returns the value of attribute direction
6 7 8 |
# File 'lib/match.rb', line 6 def direction @direction end |
#edge ⇒ Object
Returns the value of attribute edge
6 7 8 |
# File 'lib/match.rb', line 6 def edge @edge end |
#max_depth ⇒ Object
Returns the value of attribute max_depth
6 7 8 |
# File 'lib/match.rb', line 6 def max_depth @max_depth end |
#optional ⇒ Object
Returns the value of attribute optional
6 7 8 |
# File 'lib/match.rb', line 6 def optional @optional end |
#path_alias ⇒ Object
Returns the value of attribute path_alias
6 7 8 |
# File 'lib/match.rb', line 6 def path_alias @path_alias end |
#where ⇒ Object
Returns the value of attribute where
6 7 8 |
# File 'lib/match.rb', line 6 def where @where end |
#while ⇒ Object
Returns the value of attribute while
6 7 8 |
# File 'lib/match.rb', line 6 def while @while end |