Class: Tiramisu::Skip

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



15
16
17
# File 'lib/tiramisu.rb', line 15

def caller
  @caller
end

#reasonObject

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



15
16
17
# File 'lib/tiramisu.rb', line 15

def reason
  @reason
end