Class: Kameleoon::UserAgent

Inherits:
Object
  • Object
show all
Defined in:
lib/kameleoon/data.rb

Overview

UserAgent uses for changing User-Agent header for tracking calls

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#valueObject

Returns the value of attribute value.



170
171
172
# File 'lib/kameleoon/data.rb', line 170

def value
  @value
end