# File ./protocol.rb, line 258 def initialize(id, show=nil, status=nil) @id = id @show = show if show @status = status if status end