Class: ModuleCluster::CascadeFeatures::CascadeStruct
- Inherits:
-
Struct
- Object
- Struct
- ModuleCluster::CascadeFeatures::CascadeStruct
- Defined in:
- lib/module-cluster/ModuleCluster/CascadeFeatures.rb
Instance Attribute Summary collapse
-
#cascades ⇒ Object
Returns the value of attribute cascades.
-
#extends ⇒ Object
Returns the value of attribute extends.
-
#includes ⇒ Object
Returns the value of attribute includes.
-
#runtime_block ⇒ Object
Returns the value of attribute runtime_block.
Instance Attribute Details
#cascades ⇒ Object
Returns the value of attribute cascades
4 5 6 |
# File 'lib/module-cluster/ModuleCluster/CascadeFeatures.rb', line 4 def cascades @cascades end |
#extends ⇒ Object
Returns the value of attribute extends
4 5 6 |
# File 'lib/module-cluster/ModuleCluster/CascadeFeatures.rb', line 4 def extends @extends end |
#includes ⇒ Object
Returns the value of attribute includes
4 5 6 |
# File 'lib/module-cluster/ModuleCluster/CascadeFeatures.rb', line 4 def includes @includes end |
#runtime_block ⇒ Object
Returns the value of attribute runtime_block
4 5 6 |
# File 'lib/module-cluster/ModuleCluster/CascadeFeatures.rb', line 4 def runtime_block @runtime_block end |