class IMS::LTI::Models::ContentItems::LtiLinkItem
Constants
- TYPE
Public Class Methods
new(attributes = {})
click to toggle source
Calls superclass method
IMS::LTI::Models::ContentItems::ContentItem::new
# File lib/ims/lti/models/content_items/lti_link_item.rb, line 8 def initialize(attributes = {}) super(attributes) self.type = TYPE end