Class: Bridgetown::Configuration::SourceManifest

Inherits:
Struct
  • Object
show all
Defined in:
bridgetown-core/lib/bridgetown-core/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#componentsObject

Returns the value of attribute components

Returns:

  • (Object)

    the current value of components



16
17
18
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 16

def components
  @components
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



16
17
18
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 16

def content
  @content
end

#layoutsObject

Returns the value of attribute layouts

Returns:

  • (Object)

    the current value of layouts



16
17
18
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 16

def layouts
  @layouts
end

#originObject

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



16
17
18
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 16

def origin
  @origin
end