Class: UTM::Configuration
- Inherits:
-
Object
- Object
- UTM::Configuration
- Defined in:
- lib/utm/configuration.rb
Overview
Instance Attribute Summary collapse
-
#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
#utm_campaign ⇒ Object
Returns the value of attribute utm_campaign.
16 17 18 |
# File 'lib/utm/configuration.rb', line 16 def utm_campaign @utm_campaign end |
#utm_content ⇒ Object
Returns the value of attribute utm_content.
15 16 17 |
# File 'lib/utm/configuration.rb', line 15 def utm_content @utm_content end |
#utm_medium ⇒ Object
Returns the value of attribute utm_medium.
14 15 16 |
# File 'lib/utm/configuration.rb', line 14 def utm_medium @utm_medium end |
#utm_source ⇒ Object
Returns the value of attribute utm_source.
12 13 14 |
# File 'lib/utm/configuration.rb', line 12 def utm_source @utm_source end |
#utm_term ⇒ Object
Returns the value of attribute utm_term.
13 14 15 |
# File 'lib/utm/configuration.rb', line 13 def utm_term @utm_term end |