Module: ThousandIsland

Defined in:
lib/thousand_island.rb,
lib/thousand_island/table.rb,
lib/thousand_island/builder.rb,
lib/thousand_island/version.rb,
lib/thousand_island/template.rb,
lib/thousand_island/components.rb,
lib/thousand_island/style_sheet.rb,
lib/thousand_island/table_settings.rb,
lib/thousand_island/components/base.rb,
lib/thousand_island/components/body.rb,
lib/thousand_island/components/footer.rb,
lib/thousand_island/components/header.rb,
lib/thousand_island/utilities/utilities.rb,
lib/thousand_island/utilities/style_hash.rb

Defined Under Namespace

Modules: Components, StyleSheet, Utilities Classes: Builder, StyleHash, Table, TableSettings, Template

Constant Summary collapse

Error =
Class.new(StandardError)
TemplateRequiredError =
Class.new(Error)
VERSION =
"0.1.0"