module MyExperimentREST module Urls # URL constants MYEXPERIMENT_URL = "http://www.myexperiment.org" WORKFLOW_URL = "workflow.xml" USER_URL = "user.xml" SESSION_URL = "session/create" end end