21 22 23 24 25 26 27
# File 'lib/megam/core/request.rb', line 21 def id(arg=nil) if arg != nil @id = arg else @id end end