Class: PlatformSdk::IdMapper::Models::DomainLti

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

Overview

DomainLti object returned by IdMapper

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#domainObject

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_nameObject

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_disabledObject

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

#keyObject

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

#ltiObject

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_identifierObject

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_disabledObject

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_titleObject

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

#secretObject

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