Class: Tiramisu::AssertionFailure

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

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsObject

Returns the value of attribute arguments

Returns:

  • (Object)

    the current value of arguments



13
14
15
# File 'lib/tiramisu.rb', line 13

def arguments
  @arguments
end

#callerObject

Returns the value of attribute caller

Returns:

  • (Object)

    the current value of caller



13
14
15
# File 'lib/tiramisu.rb', line 13

def caller
  @caller
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



13
14
15
# File 'lib/tiramisu.rb', line 13

def object
  @object
end