module Mumukit::Platform::WithApplications

Public Instance Methods

application_for(name) click to toggle source
# File lib/mumukit/platform/with_applications.rb, line 24
def application_for(name)
  send name
end
bibliotheca_api() click to toggle source
# File lib/mumukit/platform/with_applications.rb, line 20
def bibliotheca_api
  Mumukit::Platform::Application::Basic.new config.bibliotheca_api_url
end
bibliotheca_ui() click to toggle source
# File lib/mumukit/platform/with_applications.rb, line 16
def bibliotheca_ui
  Mumukit::Platform::Application::Basic.new config.bibliotheca_ui_url
end
classroom_api() click to toggle source
# File lib/mumukit/platform/with_applications.rb, line 12
def classroom_api
  Mumukit::Platform::Application::Organic.new config.classroom_api_url, organization_mapping
end
classroom_ui() click to toggle source
# File lib/mumukit/platform/with_applications.rb, line 8
def classroom_ui
  Mumukit::Platform::Application::Organic.new config.classroom_ui_url, organization_mapping
end
laboratory() click to toggle source
# File lib/mumukit/platform/with_applications.rb, line 4
def laboratory
  Mumukit::Platform::Application::Organic.new config.laboratory_url, organization_mapping
end