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.
-
#contents ⇒ Object
Returns the value of attribute contents.
-
#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
15 16 17 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 15 def components @components end |
#content ⇒ Object
Returns the value of attribute content
15 16 17 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 15 def content @content end |
#contents ⇒ Object
Returns the value of attribute contents
15 16 17 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 15 def contents @contents end |
#layouts ⇒ Object
Returns the value of attribute layouts
15 16 17 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 15 def layouts @layouts end |
#origin ⇒ Object
Returns the value of attribute origin
15 16 17 |
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 15 def origin @origin end |