Module: Roda::RodaPlugins::Sentiero::RequestMethods

Defined in:
lib/sentiero/roda.rb

Instance Method Summary collapse

Instance Method Details

#sentiero_analyticsObject



29
30
31
# File 'lib/sentiero/roda.rb', line 29

def sentiero_analytics
  run ::Sentiero::Web::AnalyticsApp.new
end

#sentiero_assetsObject



21
22
23
# File 'lib/sentiero/roda.rb', line 21

def sentiero_assets
  run ::Sentiero::Web::AssetsApp.new
end

#sentiero_dashboardObject



25
26
27
# File 'lib/sentiero/roda.rb', line 25

def sentiero_dashboard
  run ::Sentiero::Web::DashboardApp.new
end

#sentiero_eventsObject



17
18
19
# File 'lib/sentiero/roda.rb', line 17

def sentiero_events
  run ::Sentiero::Web::EventsApp.new
end

#sentiero_monitoringObject



33
34
35
# File 'lib/sentiero/roda.rb', line 33

def sentiero_monitoring
  run ::Sentiero::Web::MonitoringApp.new
end