class Moodle2CC::Moodle2::Models::Feedback
Attributes
id[RW]
intro[RW]
intro_format[RW]
items[RW]
module_id[RW]
multiple_submit[RW]
name[RW]
time_close[RW]
time_modified[RW]
time_open[RW]
visible[RW]
Public Class Methods
new()
click to toggle source
# File lib/moodle2cc/moodle2/models/feedback.rb, line 7 def initialize @items = [] end