Class: Bridgetown::Configuration::SourceManifest
- Inherits:
-
Struct
- Object
- Struct
- Bridgetown::Configuration::SourceManifest
- Defined in:
- bridgetown-core/lib/bridgetown-core/configuration.rb
Instance Attribute Summary collapse
-
#components ⇒ Object
Returns the value of attribute components.
-
#content ⇒ Object
Returns the value of attribute content.
-
#layouts ⇒ Object
Returns the value of attribute layouts.
-
#origin ⇒ Object
Returns the value of attribute origin.
Instance Attribute Details
#components ⇒ Object
Returns the value of attribute components
16 17 18 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 16 def components @components end |
#content ⇒ Object
Returns the value of attribute content
16 17 18 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 16 def content @content end |
#layouts ⇒ Object
Returns the value of attribute layouts
16 17 18 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 16 def layouts @layouts end |
#origin ⇒ Object
Returns the value of attribute origin
16 17 18 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 16 def origin @origin end |