Method: Megam::AppRequest#app_id

Defined in:
lib/megam/core/app_request.rb

#app_id(arg = nil) ⇒ Object



41
42
43
44
45
46
47
# File 'lib/megam/core/app_request.rb', line 41

def app_id(arg=nil)
  if arg != nil
    @app_id = arg
  else
  @app_id
  end
end