Class: SendGrid4r::REST::Settings::Tracking::GoogleAnalytics

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/settings/tracking.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enabledObject

Returns the value of attribute enabled

Returns:

  • (Object)

    the current value of enabled



18
19
20
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 18

def enabled
  @enabled
end

#utm_campaignObject

Returns the value of attribute utm_campaign

Returns:

  • (Object)

    the current value of utm_campaign



18
19
20
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 18

def utm_campaign
  @utm_campaign
end

#utm_contentObject

Returns the value of attribute utm_content

Returns:

  • (Object)

    the current value of utm_content



18
19
20
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 18

def utm_content
  @utm_content
end

#utm_mediumObject

Returns the value of attribute utm_medium

Returns:

  • (Object)

    the current value of utm_medium



18
19
20
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 18

def utm_medium
  @utm_medium
end

#utm_sourceObject

Returns the value of attribute utm_source

Returns:

  • (Object)

    the current value of utm_source



18
19
20
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 18

def utm_source
  @utm_source
end

#utm_termObject

Returns the value of attribute utm_term

Returns:

  • (Object)

    the current value of utm_term



18
19
20
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 18

def utm_term
  @utm_term
end