Class: Tiramisu::GenericFailure

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

Instance Attribute Summary collapse

Instance Attribute Details

#callerObject

Returns the value of attribute caller

Returns:

  • (Object)

    the current value of caller



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

def caller
  @caller
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



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

def reason
  @reason
end