18 19 20 21 22 23 24
# File 'lib/megam/core/subscriptions.rb', line 18 def id(arg=nil) if arg != nil @id = arg else @id end end