Module: AllTheFavicons
- Defined in:
- lib/all_the_favicons.rb,
lib/all_the_favicons/base.rb,
lib/all_the_favicons/apple.rb,
lib/all_the_favicons/tiles.rb,
lib/all_the_favicons/engine.rb,
lib/all_the_favicons/android.rb,
lib/all_the_favicons/version.rb,
lib/all_the_favicons/favicons.rb
Defined Under Namespace
Classes: Android, Apple, Base, Engine, Favicons, Tiles
Constant Summary collapse
- VERSION =
"0.5.5".freeze
Class Attribute Summary collapse
-
.ms_tile_color ⇒ Object
Returns the value of attribute ms_tile_color.
-
.name ⇒ Object
Returns the value of attribute name.
-
.pinned_tab_color ⇒ Object
Returns the value of attribute pinned_tab_color.
-
.theme_color ⇒ Object
Returns the value of attribute theme_color.
Class Attribute Details
.ms_tile_color ⇒ Object
Returns the value of attribute ms_tile_color.
15 16 17 |
# File 'lib/all_the_favicons.rb', line 15 def ms_tile_color @ms_tile_color end |
.name ⇒ Object
Returns the value of attribute name.
15 16 17 |
# File 'lib/all_the_favicons.rb', line 15 def name @name end |
.pinned_tab_color ⇒ Object
Returns the value of attribute pinned_tab_color.
15 16 17 |
# File 'lib/all_the_favicons.rb', line 15 def pinned_tab_color @pinned_tab_color end |
.theme_color ⇒ Object
Returns the value of attribute theme_color.
15 16 17 |
# File 'lib/all_the_favicons.rb', line 15 def theme_color @theme_color end |