Class: Bridgetown::Configuration::SourceManifest
- Inherits:
-
Struct
- Object
- Struct
- Bridgetown::Configuration::SourceManifest
- Defined in:
- 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
14 15 16 |
# File 'lib/bridgetown-core/configuration.rb', line 14 def components @components end |
#content ⇒ Object
Returns the value of attribute content
14 15 16 |
# File 'lib/bridgetown-core/configuration.rb', line 14 def content @content end |
#layouts ⇒ Object
Returns the value of attribute layouts
14 15 16 |
# File 'lib/bridgetown-core/configuration.rb', line 14 def layouts @layouts end |
#origin ⇒ Object
Returns the value of attribute origin
14 15 16 |
# File 'lib/bridgetown-core/configuration.rb', line 14 def origin @origin end |