Class: Senkyoshi::ExternalUrl
- Defined in:
- lib/senkyoshi/models/external_url.rb
Constant Summary
Constants inherited from Content
Content::CONTENT_TYPES, Content::MODULE_TYPES
Instance Attribute Summary
Attributes inherited from Content
#body, #extendeddata, #files, #id, #title, #url
Instance Method Summary collapse
Methods inherited from Content
#create_module, from, #get_pre_data, #iterate_xml, #set_module
Methods inherited from Resource
#_search_and_replace, #cleanup, #fix_html, #matches_xid?
Instance Method Details
#canvas_conversion(course, _resource) ⇒ Object
5 6 7 |
# File 'lib/senkyoshi/models/external_url.rb', line 5 def canvas_conversion(course, _resource) create_module(course) end |