Class: Bridgetown::Configuration::Preflight
- Inherits:
-
Struct
- Object
- Struct
- Bridgetown::Configuration::Preflight
- Defined in:
- lib/bridgetown-core/configuration.rb
Instance Attribute Summary collapse
-
#initializers ⇒ Object
Returns the value of attribute initializers.
-
#source_manifests ⇒ Object
Returns the value of attribute source_manifests.
Instance Method Summary collapse
-
#initialize ⇒ Preflight
constructor
A new instance of Preflight.
Constructor Details
#initialize ⇒ Preflight
Returns a new instance of Preflight.
17 18 19 20 |
# File 'lib/bridgetown-core/configuration.rb', line 17 def initialize(*) super self.source_manifests ||= Set.new end |
Instance Attribute Details
#initializers ⇒ Object
Returns the value of attribute initializers
16 17 18 |
# File 'lib/bridgetown-core/configuration.rb', line 16 def initializers @initializers end |
#source_manifests ⇒ Object
Returns the value of attribute source_manifests
16 17 18 |
# File 'lib/bridgetown-core/configuration.rb', line 16 def source_manifests @source_manifests end |