class Webgen::BundleLoader::BundleInformation
Exposes information about bundles like author, license, bundle homepage as well as extension and configuration option documentation.
Public Instance Methods
add_bundle(name, info_file)
Add the bundle name
with the given information file to the list of available bundles.
bundles()
Return a hash with information about bundles.
extensions()
Return a hash with information about extensions.
options()
Return a hash with information about options.