class Rox::Server::ServerProperties

Attributes

distinct_id[RW]

Public Class Methods

new(sdk_settings, rox_options) click to toggle source
Calls superclass method Rox::Core::DeviceProperties::new
# File lib/rox/server/client/server_properties.rb, line 10
def initialize(sdk_settings, rox_options)
  super(sdk_settings, rox_options)
  @distinct_id = SecureRandom.uuid
end

Public Instance Methods

lib_version() click to toggle source
# File lib/rox/server/client/server_properties.rb, line 15
def lib_version
  Rox::VERSION
end