Class: ActionOperation::Task

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#receiverObject

Returns the value of attribute receiver

Returns:

  • (Object)

    the current value of receiver



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

def receiver
  @receiver
end

#requiredObject

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



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

def required
  @required
end