Class: Arcade::MatchSAttributes
- Inherits:
-
Struct
- Object
- Struct
- Arcade::MatchSAttributes
- Defined in:
- lib/match.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
94 95 96 |
# File 'lib/match.rb', line 94 def as @as end |
#match_class ⇒ Object
Returns the value of attribute match_class
94 95 96 |
# File 'lib/match.rb', line 94 def match_class @match_class end |
#where ⇒ Object
Returns the value of attribute where
94 95 96 |
# File 'lib/match.rb', line 94 def where @where end |