module OpenTok::TokenGenerator

@private

Constants

GENERATE_TOKEN_LAMBDA

@private TODO: this probably doesn’t need to be a constant anyone can read

Public Class Methods

included(base) click to toggle source

this works when using include TokenGenerator

# File lib/opentok/token_generator.rb, line 14
def self.included(base)
  base.extend(ClassMethods)
end