Method: Conreality::Theater#initialize

Defined in:
lib/conreality/theater.rb

#initialize(session, uuid) ⇒ Theater

Returns a new instance of Theater.

Parameters:



31
32
33
34
# File 'lib/conreality/theater.rb', line 31

def initialize(session, uuid)
  super(session)
  @uuid = uuid.to_s
end