Module: Roda::RodaPlugins::Sentiero::RequestMethods
- Defined in:
- lib/sentiero/roda.rb
Instance Method Summary collapse
- #sentiero_analytics ⇒ Object
- #sentiero_assets ⇒ Object
- #sentiero_dashboard ⇒ Object
- #sentiero_events ⇒ Object
- #sentiero_monitoring ⇒ Object
Instance Method Details
#sentiero_analytics ⇒ Object
29 30 31 |
# File 'lib/sentiero/roda.rb', line 29 def sentiero_analytics run ::Sentiero::Web::AnalyticsApp.new end |
#sentiero_assets ⇒ Object
21 22 23 |
# File 'lib/sentiero/roda.rb', line 21 def sentiero_assets run ::Sentiero::Web::AssetsApp.new end |
#sentiero_dashboard ⇒ Object
25 26 27 |
# File 'lib/sentiero/roda.rb', line 25 def sentiero_dashboard run ::Sentiero::Web::DashboardApp.new end |
#sentiero_events ⇒ Object
17 18 19 |
# File 'lib/sentiero/roda.rb', line 17 def sentiero_events run ::Sentiero::Web::EventsApp.new end |
#sentiero_monitoring ⇒ Object
33 34 35 |
# File 'lib/sentiero/roda.rb', line 33 def sentiero_monitoring run ::Sentiero::Web::MonitoringApp.new end |