31 32 33 34 35 36 37
# File 'lib/megam/core/promos.rb', line 31 def id(arg=nil) if arg != nil @id = arg else @id end end