Class: PlatformSdk::IdMapper::Models::DomainLti
- Inherits:
-
Object
- Object
- PlatformSdk::IdMapper::Models::DomainLti
- Defined in:
- lib/platform_sdk/id_mapper/models/domain_lti.rb
Overview
DomainLti object returned by IdMapper
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#domain_name ⇒ Object
Returns the value of attribute domain_name.
-
#is_disabled ⇒ Object
Returns the value of attribute is_disabled.
-
#key ⇒ Object
Returns the value of attribute key.
-
#lti ⇒ Object
Returns the value of attribute lti.
-
#lti_identifier ⇒ Object
Returns the value of attribute lti_identifier.
-
#lti_is_disabled ⇒ Object
Returns the value of attribute lti_is_disabled.
-
#lti_title ⇒ Object
Returns the value of attribute lti_title.
-
#secret ⇒ Object
Returns the value of attribute secret.
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ DomainLti
constructor
A new instance of DomainLti.
Constructor Details
#initialize(attributes = {}) ⇒ DomainLti
Returns a new instance of DomainLti.
10 11 12 13 14 |
# File 'lib/platform_sdk/id_mapper/models/domain_lti.rb', line 10 def initialize(attributes = {}) attributes.each do |key, value| instance_variable_set("@#{key}", value) end end |
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain.
8 9 10 |
# File 'lib/platform_sdk/id_mapper/models/domain_lti.rb', line 8 def domain @domain end |
#domain_name ⇒ Object
Returns the value of attribute domain_name.
8 9 10 |
# File 'lib/platform_sdk/id_mapper/models/domain_lti.rb', line 8 def domain_name @domain_name end |
#is_disabled ⇒ Object
Returns the value of attribute is_disabled.
8 9 10 |
# File 'lib/platform_sdk/id_mapper/models/domain_lti.rb', line 8 def is_disabled @is_disabled end |
#key ⇒ Object
Returns the value of attribute key.
8 9 10 |
# File 'lib/platform_sdk/id_mapper/models/domain_lti.rb', line 8 def key @key end |
#lti ⇒ Object
Returns the value of attribute lti.
8 9 10 |
# File 'lib/platform_sdk/id_mapper/models/domain_lti.rb', line 8 def lti @lti end |
#lti_identifier ⇒ Object
Returns the value of attribute lti_identifier.
8 9 10 |
# File 'lib/platform_sdk/id_mapper/models/domain_lti.rb', line 8 def lti_identifier @lti_identifier end |
#lti_is_disabled ⇒ Object
Returns the value of attribute lti_is_disabled.
8 9 10 |
# File 'lib/platform_sdk/id_mapper/models/domain_lti.rb', line 8 def lti_is_disabled @lti_is_disabled end |
#lti_title ⇒ Object
Returns the value of attribute lti_title.
8 9 10 |
# File 'lib/platform_sdk/id_mapper/models/domain_lti.rb', line 8 def lti_title @lti_title end |
#secret ⇒ Object
Returns the value of attribute secret.
8 9 10 |
# File 'lib/platform_sdk/id_mapper/models/domain_lti.rb', line 8 def secret @secret end |