Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 359 Bytes

LtiCredentialsCreation.md

File metadata and controls

20 lines (14 loc) · 359 Bytes

FlatApi::LtiCredentialsCreation

Properties

Name Type Description Notes
name String Name of the couple of credentials
lms LmsName

Example

require 'flat_api'

instance = FlatApi::LtiCredentialsCreation.new(
  name: null,
  lms: null
)