Class: PlatformSdk::IdMapper::Models::Lti

Inherits:
Object
  • Object
show all
Defined in:
lib/platform_sdk/id_mapper/models/lti.rb

Overview

Lti object returned by IdMapper

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Lti

Returns a new instance of Lti.



10
11
12
13
14
# File 'lib/platform_sdk/id_mapper/models/lti.rb', line 10

def initialize(attributes = {})
  attributes.each do |key, value|
    send("#{key}=", value)
  end
end

Instance Attribute Details

#idObject

Returns the value of attribute id.



8
9
10
# File 'lib/platform_sdk/id_mapper/models/lti.rb', line 8

def id
  @id
end

#identifierObject

Returns the value of attribute identifier.



8
9
10
# File 'lib/platform_sdk/id_mapper/models/lti.rb', line 8

def identifier
  @identifier
end

#is_disabledObject

Returns the value of attribute is_disabled.



8
9
10
# File 'lib/platform_sdk/id_mapper/models/lti.rb', line 8

def is_disabled
  @is_disabled
end

#titleObject

Returns the value of attribute title.



8
9
10
# File 'lib/platform_sdk/id_mapper/models/lti.rb', line 8

def title
  @title
end