Class: Pbt::Check::Case

Inherits:
Struct
  • Object
show all
Defined in:
lib/pbt/check/case.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



6
7
8
# File 'lib/pbt/check/case.rb', line 6

def exception
  @exception
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



6
7
8
# File 'lib/pbt/check/case.rb', line 6

def index
  @index
end

#ractorObject

Returns the value of attribute ractor

Returns:

  • (Object)

    the current value of ractor



6
7
8
# File 'lib/pbt/check/case.rb', line 6

def ractor
  @ractor
end

#valObject

Returns the value of attribute val

Returns:

  • (Object)

    the current value of val



6
7
8
# File 'lib/pbt/check/case.rb', line 6

def val
  @val
end