class IMS::LTI::Models::ToolSettingContainer

Constants

TOOL_SETTING_CONTAINER_CONTEXT

Public Class Methods

new(opts = {}) click to toggle source
Calls superclass method IMS::LTI::Models::LTIModel::new
# File lib/ims/lti/models/tool_setting_container.rb, line 8
def initialize(opts = {})
  super(opts)
  self.context = TOOL_SETTING_CONTAINER_CONTEXT
end