Class: Module::Cluster::InstanceController::HookController::HookControllerInterface::FrameStruct
- Inherits:
-
Struct
- Object
- Struct
- Module::Cluster::InstanceController::HookController::HookControllerInterface::FrameStruct
- Defined in:
- lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb
Overview
Struct used to store event frames for processing at time of event (include/extend/subclass).
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#block ⇒ Object
Returns the value of attribute block.
-
#cascades ⇒ Object
Returns the value of attribute cascades.
-
#cluster ⇒ Object
Returns the value of attribute cluster.
-
#context ⇒ Object
Returns the value of attribute context.
-
#module ⇒ Object
Returns the value of attribute module.
-
#owner ⇒ Object
Returns the value of attribute owner.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
12 13 14 |
# File 'lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb', line 12 def action @action end |
#block ⇒ Object
Returns the value of attribute block
12 13 14 |
# File 'lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb', line 12 def block @block end |
#cascades ⇒ Object
Returns the value of attribute cascades
12 13 14 |
# File 'lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb', line 12 def cascades @cascades end |
#cluster ⇒ Object
Returns the value of attribute cluster
12 13 14 |
# File 'lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb', line 12 def cluster @cluster end |
#context ⇒ Object
Returns the value of attribute context
12 13 14 |
# File 'lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb', line 12 def context @context end |
#module ⇒ Object
Returns the value of attribute module
12 13 14 |
# File 'lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb', line 12 def module @module end |
#owner ⇒ Object
Returns the value of attribute owner
12 13 14 |
# File 'lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb', line 12 def owner @owner end |