Module: GTools::GToolsConfiguration
- Defined in:
- lib/gtools.rb
Overview
:nodoc:
Class Attribute Summary collapse
-
.google_apisearch_url ⇒ Object
Returns the value of attribute google_apisearch_url.
-
.google_pagespeed_url ⇒ Object
Returns the value of attribute google_pagespeed_url.
-
.google_plusone_url ⇒ Object
Returns the value of attribute google_plusone_url.
-
.google_tld_url ⇒ Object
Returns the value of attribute google_tld_url.
-
.tbr_host ⇒ Object
Returns the value of attribute tbr_host.
-
.tbr_query ⇒ Object
Returns the value of attribute tbr_query.
Class Attribute Details
.google_apisearch_url ⇒ Object
Returns the value of attribute google_apisearch_url.
101 102 103 |
# File 'lib/gtools.rb', line 101 def google_apisearch_url @google_apisearch_url end |
.google_pagespeed_url ⇒ Object
Returns the value of attribute google_pagespeed_url.
101 102 103 |
# File 'lib/gtools.rb', line 101 def google_pagespeed_url @google_pagespeed_url end |
.google_plusone_url ⇒ Object
Returns the value of attribute google_plusone_url.
101 102 103 |
# File 'lib/gtools.rb', line 101 def google_plusone_url @google_plusone_url end |
.google_tld_url ⇒ Object
Returns the value of attribute google_tld_url.
101 102 103 |
# File 'lib/gtools.rb', line 101 def google_tld_url @google_tld_url end |
.tbr_host ⇒ Object
Returns the value of attribute tbr_host.
101 102 103 |
# File 'lib/gtools.rb', line 101 def tbr_host @tbr_host end |
.tbr_query ⇒ Object
Returns the value of attribute tbr_query.
101 102 103 |
# File 'lib/gtools.rb', line 101 def tbr_query @tbr_query end |