module Roby::Interface::REST::Helpers
Public Instance Methods
execution_engine()
click to toggle source
# File lib/roby/interface/rest/helpers.rb, line 17 def execution_engine @execution_engine ||= interface.execution_engine end
interface()
click to toggle source
# File lib/roby/interface/rest/helpers.rb, line 5 def interface env['roby.interface'] end
roby_app()
click to toggle source
# File lib/roby/interface/rest/helpers.rb, line 9 def roby_app @roby_app ||= interface.app end
roby_storage()
click to toggle source
# File lib/roby/interface/rest/helpers.rb, line 13 def roby_storage env['roby.storage'] end