Class: ModuleCluster::CascadeFeatures::CascadeStruct

Inherits:
Struct
  • Object
show all
Defined in:
lib/module-cluster/ModuleCluster/CascadeFeatures.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cascadesObject

Returns the value of attribute cascades

Returns:

  • (Object)

    the current value of cascades



4
5
6
# File 'lib/module-cluster/ModuleCluster/CascadeFeatures.rb', line 4

def cascades
  @cascades
end

#extendsObject

Returns the value of attribute extends

Returns:

  • (Object)

    the current value of extends



4
5
6
# File 'lib/module-cluster/ModuleCluster/CascadeFeatures.rb', line 4

def extends
  @extends
end

#includesObject

Returns the value of attribute includes

Returns:

  • (Object)

    the current value of includes



4
5
6
# File 'lib/module-cluster/ModuleCluster/CascadeFeatures.rb', line 4

def includes
  @includes
end

#runtime_blockObject

Returns the value of attribute runtime_block

Returns:

  • (Object)

    the current value of runtime_block



4
5
6
# File 'lib/module-cluster/ModuleCluster/CascadeFeatures.rb', line 4

def runtime_block
  @runtime_block
end