Class: LtiXml::BridgePlatform

Inherits:
BasePlatform show all
Defined in:
app/lib/lti_xml/bridge_platform.rb

Instance Attribute Summary

Attributes inherited from BasePlatform

#main_app, #parsed_request_url, #platform

Instance Method Summary collapse

Methods inherited from BasePlatform

#initialize, #xml

Constructor Details

This class inherits a constructor from LtiXml::BasePlatform

Instance Method Details

#add_lti_custom_paramsObject



3
4
5
6
7
# File 'app/lib/lti_xml/bridge_platform.rb', line 3

def add_lti_custom_params
  if PandaPal.lti_custom_params.any?
    @tc.set_ext_param(platform, :custom_fields, PandaPal.lti_custom_params)
  end
end