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



14
15
16
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 14

def components
  @components
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



14
15
16
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 14

def content
  @content
end

#layoutsObject

Returns the value of attribute layouts

Returns:

  • (Object)

    the current value of layouts



14
15
16
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 14

def layouts
  @layouts
end

#originObject

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



14
15
16
# File 'bridgetown-core/lib/bridgetown-core/configuration.rb', line 14

def origin
  @origin
end