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.8".freeze

Class Attribute Summary collapse

Class Attribute Details

.background_colorObject

Returns the value of attribute background_color.



15
16
17
# File 'lib/all_the_favicons.rb', line 15

def background_color
  @background_color
end

.ms_tile_colorObject

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

.nameObject

Returns the value of attribute name.



15
16
17
# File 'lib/all_the_favicons.rb', line 15

def name
  @name
end

.pinned_tab_colorObject

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

.short_nameObject

Returns the value of attribute short_name.



15
16
17
# File 'lib/all_the_favicons.rb', line 15

def short_name
  @short_name
end

.theme_colorObject

Returns the value of attribute theme_color.



15
16
17
# File 'lib/all_the_favicons.rb', line 15

def theme_color
  @theme_color
end