Class: Moodle2CC::Moodle2::Models::Lti
- Inherits:
-
Object
- Object
- Moodle2CC::Moodle2::Models::Lti
- Defined in:
- lib/moodle2cc/moodle2/models/lti.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#module_id ⇒ Object
Returns the value of attribute module_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
-
#visible ⇒ Object
Returns the value of attribute visible.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/lti.rb', line 3 def id @id end |
#module_id ⇒ Object
Returns the value of attribute module_id.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/lti.rb', line 3 def module_id @module_id end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/lti.rb', line 3 def name @name end |
#url ⇒ Object
Returns the value of attribute url.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/lti.rb', line 3 def url @url end |
#visible ⇒ Object
Returns the value of attribute visible.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/lti.rb', line 3 def visible @visible end |