Class: Dsu::Views::ColorTheme::Show
- Inherits:
-
Object
- Object
- Dsu::Views::ColorTheme::Show
- Includes:
- Support::ColorThemable
- Defined in:
- lib/dsu/views/color_theme/show.rb
Overview
TODO: I18n this class.
Instance Method Summary collapse
-
#initialize(theme_name:, options: {}) ⇒ Show
constructor
A new instance of Show.
- #render ⇒ Object
Methods included from Support::ColorThemable
apply_theme, #prompt_with_options
Constructor Details
#initialize(theme_name:, options: {}) ⇒ Show
18 19 20 21 |
# File 'lib/dsu/views/color_theme/show.rb', line 18 def initialize(theme_name:, options: {}) @theme_name = theme_name = || {} end |
Instance Method Details
#render ⇒ Object
23 24 25 |
# File 'lib/dsu/views/color_theme/show.rb', line 23 def render render! end |