Class: SendGrid4r::REST::Settings::Tracking::GoogleAnalytics
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Settings::Tracking::GoogleAnalytics
- Defined in:
- lib/sendgrid4r/rest/settings/tracking.rb
Instance Attribute Summary collapse
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#utm_campaign ⇒ Object
Returns the value of attribute utm_campaign.
-
#utm_content ⇒ Object
Returns the value of attribute utm_content.
-
#utm_medium ⇒ Object
Returns the value of attribute utm_medium.
-
#utm_source ⇒ Object
Returns the value of attribute utm_source.
-
#utm_term ⇒ Object
Returns the value of attribute utm_term.
Instance Attribute Details
#enabled ⇒ Object
Returns the value of attribute enabled
18 19 20 |
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 18 def enabled @enabled end |
#utm_campaign ⇒ Object
Returns the value of attribute utm_campaign
18 19 20 |
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 18 def utm_campaign @utm_campaign end |
#utm_content ⇒ Object
Returns the value of attribute utm_content
18 19 20 |
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 18 def utm_content @utm_content end |
#utm_medium ⇒ Object
Returns the value of attribute utm_medium
18 19 20 |
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 18 def utm_medium @utm_medium end |
#utm_source ⇒ Object
Returns the value of attribute utm_source
18 19 20 |
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 18 def utm_source @utm_source end |
#utm_term ⇒ Object
Returns the value of attribute utm_term
18 19 20 |
# File 'lib/sendgrid4r/rest/settings/tracking.rb', line 18 def utm_term @utm_term end |