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.
171 172 173 |
# File 'lib/kameleoon/data.rb', line 171 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value.
170 171 172 |
# File 'lib/kameleoon/data.rb', line 170 def value @value end |