class DeviceDetector::Configuration

Attributes

max_cache_keys[RW]

Public Instance Methods

to_hash() click to toggle source
# File lib/device_detector.rb, line 125
def to_hash
  {
    max_cache_keys: max_cache_keys
  }
end