Class: Moodle2CC::Moodle2::Models::Feedback::Question

Inherits:
Object
  • Object
show all
Defined in:
lib/moodle2cc/moodle2/models/feedback.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



12
13
14
# File 'lib/moodle2cc/moodle2/models/feedback.rb', line 12

def id
  @id
end

#labelObject

Returns the value of attribute label.



12
13
14
# File 'lib/moodle2cc/moodle2/models/feedback.rb', line 12

def label
  @label
end

#nameObject

Returns the value of attribute name.



12
13
14
# File 'lib/moodle2cc/moodle2/models/feedback.rb', line 12

def name
  @name
end

#positionObject

Returns the value of attribute position.



12
13
14
# File 'lib/moodle2cc/moodle2/models/feedback.rb', line 12

def position
  @position
end

#presentationObject

Returns the value of attribute presentation.



12
13
14
# File 'lib/moodle2cc/moodle2/models/feedback.rb', line 12

def presentation
  @presentation
end

#typeObject

Returns the value of attribute type.



12
13
14
# File 'lib/moodle2cc/moodle2/models/feedback.rb', line 12

def type
  @type
end