Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 337 Bytes

EduResourceLtiLink.md

File metadata and controls

18 lines (12 loc) · 337 Bytes

FlatApi::EduResourceLtiLink

Properties

Name Type Description Notes
lti_url String An URL that can be used to launch LTI with this resource in a classroom.

Example

require 'flat_api'

instance = FlatApi::EduResourceLtiLink.new(
  lti_url: null
)