Module: Roby::Interface::REST::Helpers
- Defined in:
- lib/roby/interface/rest/helpers.rb
Instance Method Summary collapse
Instance Method Details
#execution_engine ⇒ Object
17 18 19 |
# File 'lib/roby/interface/rest/helpers.rb', line 17 def execution_engine @execution_engine ||= interface.execution_engine end |
#interface ⇒ Object
5 6 7 |
# File 'lib/roby/interface/rest/helpers.rb', line 5 def interface env['roby.interface'] end |
#roby_app ⇒ Object
9 10 11 |
# File 'lib/roby/interface/rest/helpers.rb', line 9 def roby_app @roby_app ||= interface.app end |
#roby_storage ⇒ Object
13 14 15 |
# File 'lib/roby/interface/rest/helpers.rb', line 13 def roby_storage env['roby.storage'] end |