35 36 37 38 39 40 41
# File 'lib/megam/core/subscriptions.rb', line 35 def id(arg=nil) if arg != nil @id = arg else @id end end