Class: ActionOperation::Catch

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

Instance Attribute Summary collapse

Instance Attribute Details

#exceptionObject

Returns the value of attribute exception

Returns:

  • (Object)

    the current value of exception



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

def exception
  @exception
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#receiverObject

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



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

def receiver
  @receiver
end