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



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

def components
  @components
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



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

def content
  @content
end

#contentsObject

Returns the value of attribute contents

Returns:

  • (Object)

    the current value of contents



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

def contents
  @contents
end

#layoutsObject

Returns the value of attribute layouts

Returns:

  • (Object)

    the current value of layouts



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

def layouts
  @layouts
end

#originObject

Returns the value of attribute origin

Returns:

  • (Object)

    the current value of origin



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

def origin
  @origin
end