Class: PlatformSdk::IdMapper::Models::Lti
- Inherits:
-
Object
- Object
- PlatformSdk::IdMapper::Models::Lti
- Defined in:
- lib/platform_sdk/id_mapper/models/lti.rb
Overview
Lti object returned by IdMapper
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#is_disabled ⇒ Object
Returns the value of attribute is_disabled.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ Lti
constructor
A new instance of Lti.
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
#id ⇒ Object
Returns the value of attribute id.
8 9 10 |
# File 'lib/platform_sdk/id_mapper/models/lti.rb', line 8 def id @id end |
#identifier ⇒ Object
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_disabled ⇒ Object
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 |
#title ⇒ Object
Returns the value of attribute title.
8 9 10 |
# File 'lib/platform_sdk/id_mapper/models/lti.rb', line 8 def title @title end |