Class: UniversalTrackManager::Settings
- Inherits:
-
Object
- Object
- UniversalTrackManager::Settings
- Defined in:
- lib/universal_track_manager.rb
Instance Attribute Summary collapse
-
#campaign_columns ⇒ Object
Returns the value of attribute campaign_columns.
-
#track_http_referrer ⇒ Object
Returns the value of attribute track_http_referrer.
-
#track_ips ⇒ Object
Returns the value of attribute track_ips.
-
#track_user_agent ⇒ Object
Returns the value of attribute track_user_agent.
-
#track_utms ⇒ Object
Returns the value of attribute track_utms.
Instance Attribute Details
#campaign_columns ⇒ Object
Returns the value of attribute campaign_columns.
7 8 9 |
# File 'lib/universal_track_manager.rb', line 7 def campaign_columns @campaign_columns end |
#track_http_referrer ⇒ Object
Returns the value of attribute track_http_referrer.
7 8 9 |
# File 'lib/universal_track_manager.rb', line 7 def track_http_referrer @track_http_referrer end |
#track_ips ⇒ Object
Returns the value of attribute track_ips.
7 8 9 |
# File 'lib/universal_track_manager.rb', line 7 def track_ips @track_ips end |
#track_user_agent ⇒ Object
Returns the value of attribute track_user_agent.
7 8 9 |
# File 'lib/universal_track_manager.rb', line 7 def track_user_agent @track_user_agent end |
#track_utms ⇒ Object
Returns the value of attribute track_utms.
7 8 9 |
# File 'lib/universal_track_manager.rb', line 7 def track_utms @track_utms end |