Class: Testa::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



57
58
59
# File 'lib/testa.rb', line 57

def exception
  @exception
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



57
58
59
# File 'lib/testa.rb', line 57

def status
  @status
end

#testObject

Returns the value of attribute test

Returns:

  • (Object)

    the current value of test



57
58
59
# File 'lib/testa.rb', line 57

def test
  @test
end