Class: Moodle2CC::Moodle2::Models::Feedback::Question
- Inherits:
-
Object
- Object
- Moodle2CC::Moodle2::Models::Feedback::Question
- Defined in:
- lib/moodle2cc/moodle2/models/feedback.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#label ⇒ Object
Returns the value of attribute label.
-
#name ⇒ Object
Returns the value of attribute name.
-
#position ⇒ Object
Returns the value of attribute position.
-
#presentation ⇒ Object
Returns the value of attribute presentation.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
12 13 14 |
# File 'lib/moodle2cc/moodle2/models/feedback.rb', line 12 def id @id end |
#label ⇒ Object
Returns the value of attribute label.
12 13 14 |
# File 'lib/moodle2cc/moodle2/models/feedback.rb', line 12 def label @label end |
#name ⇒ Object
Returns the value of attribute name.
12 13 14 |
# File 'lib/moodle2cc/moodle2/models/feedback.rb', line 12 def name @name end |
#position ⇒ Object
Returns the value of attribute position.
12 13 14 |
# File 'lib/moodle2cc/moodle2/models/feedback.rb', line 12 def position @position end |
#presentation ⇒ Object
Returns the value of attribute presentation.
12 13 14 |
# File 'lib/moodle2cc/moodle2/models/feedback.rb', line 12 def presentation @presentation end |
#type ⇒ Object
Returns the value of attribute type.
12 13 14 |
# File 'lib/moodle2cc/moodle2/models/feedback.rb', line 12 def type @type end |