Module: GWebFont
- Defined in:
- lib/g_web_font/version.rb,
lib/g_web_font/railtie.rb,
lib/g_web_font/web_font.rb,
lib/g_web_font/view_helpers.rb
Overview
:nodoc:
Defined Under Namespace
Modules: Helper Classes: Railtie, WebFont
Constant Summary collapse
- VERSION =
"0.0.3"
- BASE_URL =
'https://www.googleapis.com/webfonts/v1/webfonts'.freeze
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
20 21 22 |
# File 'lib/g_web_font/web_font.rb', line 20 def api_key @api_key end |