Class: IMS::LTI::Models::ToolSettingContainer

Inherits:
LTIModel
  • Object
show all
Defined in:
lib/ims/lti/models/tool_setting_container.rb

Constant Summary collapse

TOOL_SETTING_CONTAINER_CONTEXT =
'http://purl.imsglobal.org/ctx/lti/v2/ToolSettings'

Constants inherited from LTIModel

LTIModel::LTI_VERSION_2P0, LTIModel::LTI_VERSION_2P1

Instance Method Summary collapse

Methods inherited from LTIModel

add_attribute, add_attributes, #as_json, #attributes, #attributes=, from_json, #from_json, inherit_attributes, inherited, #method_missing, #to_json

Constructor Details

#initialize(opts = {}) ⇒ ToolSettingContainer

Returns a new instance of ToolSettingContainer.



8
9
10
11
# File 'lib/ims/lti/models/tool_setting_container.rb', line 8

def initialize(opts = {})
  super(opts)
  self.context = TOOL_SETTING_CONTAINER_CONTEXT
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class IMS::LTI::Models::LTIModel