class Moodle2CC::Moodle2::Models::Quizzes::MatchQuestion

Attributes

matches[RW]

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/moodle2cc/moodle2/models/quizzes/match_question.rb, line 6
def initialize
  super
  @matches = []
end