Class: Bridgetown::Configuration::Preflight
- Inherits:
-
Struct
- Object
- Struct
- Bridgetown::Configuration::Preflight
- Defined in:
- bridgetown-core/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.
19 20 21 22 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 19 def initialize(*) super self.source_manifests ||= Set.new end |
Instance Attribute Details
#initializers ⇒ Object
Returns the value of attribute initializers
18 19 20 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 18 def initializers @initializers end |
#source_manifests ⇒ Object
Returns the value of attribute source_manifests
18 19 20 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 18 def source_manifests @source_manifests end |