Class: Moodle2CC::Moodle2::Models::GlossaryEntry

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGlossaryEntry

Returns a new instance of GlossaryEntry.



7
8
9
10
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 7

def initialize
  @aliases = []
  @ratings = []
end

Instance Attribute Details

#aliasesObject

Returns the value of attribute aliases.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def aliases
  @aliases
end

#approvedObject

Returns the value of attribute approved.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def approved
  @approved
end

#attachmentObject

Returns the value of attribute attachment.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def attachment
  @attachment
end

#case_sensitiveObject

Returns the value of attribute case_sensitive.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def case_sensitive
  @case_sensitive
end

#conceptObject

Returns the value of attribute concept.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def concept
  @concept
end

#definitionObject

Returns the value of attribute definition.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def definition
  @definition
end

#definition_formatObject

Returns the value of attribute definition_format.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def definition_format
  @definition_format
end

#definition_trustObject

Returns the value of attribute definition_trust.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def definition_trust
  @definition_trust
end

#full_matchObject

Returns the value of attribute full_match.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def full_match
  @full_match
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def id
  @id
end

#ratingsObject

Returns the value of attribute ratings.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def ratings
  @ratings
end

#source_glossary_idObject

Returns the value of attribute source_glossary_id.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def source_glossary_id
  @source_glossary_id
end

#teacher_entryObject

Returns the value of attribute teacher_entry.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def teacher_entry
  @teacher_entry
end

Returns the value of attribute use_dynalink.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def use_dynalink
  @use_dynalink
end

#user_idObject

Returns the value of attribute user_id.



3
4
5
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3

def user_id
  @user_id
end