Class: Arcade::MatchSAttributes

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#asObject

Returns the value of attribute as

Returns:

  • (Object)

    the current value of as



94
95
96
# File 'lib/match.rb', line 94

def as
  @as
end

#match_classObject

Returns the value of attribute match_class

Returns:

  • (Object)

    the current value of match_class



94
95
96
# File 'lib/match.rb', line 94

def match_class
  @match_class
end

#whereObject

Returns the value of attribute where

Returns:

  • (Object)

    the current value of where



94
95
96
# File 'lib/match.rb', line 94

def where
  @where
end