class IMS::LTI::Models::ContentItemContainer
Constants
- CONTENT_ITEM_CONTAINER_CONTEXT
Public Class Methods
new(opts = {})
click to toggle source
Calls superclass method
IMS::LTI::Models::LTIModel::new
# File lib/ims/lti/models/content_item_container.rb, line 8 def initialize(opts = {}) super(opts) self.context = CONTENT_ITEM_CONTAINER_CONTEXT end