Class: Kameleoon::UserAgent
- Inherits:
-
Object
- Object
- Kameleoon::UserAgent
- Defined in:
- lib/kameleoon/data.rb
Overview
UserAgent uses for changing User-Agent header for tracking calls
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ UserAgent
constructor
A new instance of UserAgent.
Constructor Details
#initialize(value) ⇒ UserAgent
Returns a new instance of UserAgent.
165 166 167 |
# File 'lib/kameleoon/data.rb', line 165 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
164 165 166 |
# File 'lib/kameleoon/data.rb', line 164 def value @value end |