Method: Bright::Student#initialize

Defined in:
lib/bright/student.rb

#initialize(*args) ⇒ Student

Returns a new instance of Student.



19
20
21
22
# File 'lib/bright/student.rb', line 19

def initialize(*args)
  super
  self.client_id ||= SecureRandom.uuid
end