Class: Module::Cluster::InstanceController::HookController::HookControllerInterface::FrameStruct

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionObject

Returns the value of attribute action

Returns:

  • (Object)

    the current value of action



12
13
14
# File 'lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb', line 12

def action
  @action
end

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



12
13
14
# File 'lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb', line 12

def block
  @block
end

#cascadesObject

Returns the value of attribute cascades

Returns:

  • (Object)

    the current value of cascades



12
13
14
# File 'lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb', line 12

def cascades
  @cascades
end

#clusterObject

Returns the value of attribute cluster

Returns:

  • (Object)

    the current value of cluster



12
13
14
# File 'lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb', line 12

def cluster
  @cluster
end

#contextObject

Returns the value of attribute context

Returns:

  • (Object)

    the current value of context



12
13
14
# File 'lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb', line 12

def context
  @context
end

#moduleObject

Returns the value of attribute module

Returns:

  • (Object)

    the current value of module



12
13
14
# File 'lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb', line 12

def module
  @module
end

#ownerObject

Returns the value of attribute owner

Returns:

  • (Object)

    the current value of owner



12
13
14
# File 'lib/module/cluster/instance_controller/hook_controller/hook_controller_interface.rb', line 12

def owner
  @owner
end