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.



165
166
167
# File 'lib/kameleoon/data.rb', line 165

def initialize(value)
  @value = value
end

Instance Attribute Details

#valueObject

Returns the value of attribute value.



164
165
166
# File 'lib/kameleoon/data.rb', line 164

def value
  @value
end