Class: MultiVersionCommonCartridge::Resources::BasicLtiLink::Vendor
- Inherits:
-
Object
- Object
- MultiVersionCommonCartridge::Resources::BasicLtiLink::Vendor
- Defined in:
- lib/multi_version_common_cartridge/resources/basic_lti_link.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#contact_email ⇒ Object
Returns the value of attribute contact_email.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
21 22 23 |
# File 'lib/multi_version_common_cartridge/resources/basic_lti_link.rb', line 21 def code @code end |
#contact_email ⇒ Object
Returns the value of attribute contact_email.
21 22 23 |
# File 'lib/multi_version_common_cartridge/resources/basic_lti_link.rb', line 21 def contact_email @contact_email end |
#description ⇒ Object
Returns the value of attribute description.
21 22 23 |
# File 'lib/multi_version_common_cartridge/resources/basic_lti_link.rb', line 21 def description @description end |
#name ⇒ Object
Returns the value of attribute name.
21 22 23 |
# File 'lib/multi_version_common_cartridge/resources/basic_lti_link.rb', line 21 def name @name end |
#url ⇒ Object
Returns the value of attribute url.
21 22 23 |
# File 'lib/multi_version_common_cartridge/resources/basic_lti_link.rb', line 21 def url @url end |