Module: Roby::Interface::REST::Helpers

Defined in:
lib/roby/interface/rest/helpers.rb

Instance Method Summary collapse

Instance Method Details

#execution_engineObject



17
18
19
# File 'lib/roby/interface/rest/helpers.rb', line 17

def execution_engine
    @execution_engine ||= interface.execution_engine
end

#interfaceObject



5
6
7
# File 'lib/roby/interface/rest/helpers.rb', line 5

def interface
    env['roby.interface']
end

#roby_appObject



9
10
11
# File 'lib/roby/interface/rest/helpers.rb', line 9

def roby_app
    @roby_app ||= interface.app
end

#roby_storageObject



13
14
15
# File 'lib/roby/interface/rest/helpers.rb', line 13

def roby_storage
    env['roby.storage']
end