Class: Middleman::GoogleAnalytics::Options
- Inherits:
-
Struct
- Object
- Struct
- Middleman::GoogleAnalytics::Options
- Defined in:
- lib/middleman-google-analytics/extension.rb
Instance Attribute Summary collapse
-
#allow_linker ⇒ Object
Returns the value of attribute allow_linker.
-
#anonymize_ip ⇒ Object
Returns the value of attribute anonymize_ip.
-
#debug ⇒ Object
Returns the value of attribute debug.
-
#domain_name ⇒ Object
Returns the value of attribute domain_name.
-
#tracking_id ⇒ Object
Returns the value of attribute tracking_id.
Instance Attribute Details
#allow_linker ⇒ Object
Returns the value of attribute allow_linker
3 4 5 |
# File 'lib/middleman-google-analytics/extension.rb', line 3 def allow_linker @allow_linker end |
#anonymize_ip ⇒ Object
Returns the value of attribute anonymize_ip
3 4 5 |
# File 'lib/middleman-google-analytics/extension.rb', line 3 def anonymize_ip @anonymize_ip end |
#debug ⇒ Object
Returns the value of attribute debug
3 4 5 |
# File 'lib/middleman-google-analytics/extension.rb', line 3 def debug @debug end |
#domain_name ⇒ Object
Returns the value of attribute domain_name
3 4 5 |
# File 'lib/middleman-google-analytics/extension.rb', line 3 def domain_name @domain_name end |
#tracking_id ⇒ Object
Returns the value of attribute tracking_id
3 4 5 |
# File 'lib/middleman-google-analytics/extension.rb', line 3 def tracking_id @tracking_id end |