Class: Middleman::GoogleAnalytics::Options

Inherits:
Struct
  • Object
show all
Defined in:
lib/middleman-google-analytics/extension.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allow_linkerObject

Returns the value of attribute allow_linker

Returns:

  • (Object)

    the current value of allow_linker



3
4
5
# File 'lib/middleman-google-analytics/extension.rb', line 3

def allow_linker
  @allow_linker
end

#anonymize_ipObject

Returns the value of attribute anonymize_ip

Returns:

  • (Object)

    the current value of anonymize_ip



3
4
5
# File 'lib/middleman-google-analytics/extension.rb', line 3

def anonymize_ip
  @anonymize_ip
end

#debugObject

Returns the value of attribute debug

Returns:

  • (Object)

    the current value of debug



3
4
5
# File 'lib/middleman-google-analytics/extension.rb', line 3

def debug
  @debug
end

#domain_nameObject

Returns the value of attribute domain_name

Returns:

  • (Object)

    the current value of domain_name



3
4
5
# File 'lib/middleman-google-analytics/extension.rb', line 3

def domain_name
  @domain_name
end

#tracking_idObject

Returns the value of attribute tracking_id

Returns:

  • (Object)

    the current value of tracking_id



3
4
5
# File 'lib/middleman-google-analytics/extension.rb', line 3

def tracking_id
  @tracking_id
end