Class: Moodle2CC::Moodle2::Models::GlossaryEntry
- Inherits:
-
Object
- Object
- Moodle2CC::Moodle2::Models::GlossaryEntry
- Defined in:
- lib/moodle2cc/moodle2/models/glossary_entry.rb
Instance Attribute Summary collapse
-
#aliases ⇒ Object
Returns the value of attribute aliases.
-
#approved ⇒ Object
Returns the value of attribute approved.
-
#attachment ⇒ Object
Returns the value of attribute attachment.
-
#case_sensitive ⇒ Object
Returns the value of attribute case_sensitive.
-
#concept ⇒ Object
Returns the value of attribute concept.
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#definition_format ⇒ Object
Returns the value of attribute definition_format.
-
#definition_trust ⇒ Object
Returns the value of attribute definition_trust.
-
#full_match ⇒ Object
Returns the value of attribute full_match.
-
#id ⇒ Object
Returns the value of attribute id.
-
#ratings ⇒ Object
Returns the value of attribute ratings.
-
#source_glossary_id ⇒ Object
Returns the value of attribute source_glossary_id.
-
#teacher_entry ⇒ Object
Returns the value of attribute teacher_entry.
-
#use_dynalink ⇒ Object
Returns the value of attribute use_dynalink.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
Instance Method Summary collapse
-
#initialize ⇒ GlossaryEntry
constructor
A new instance of GlossaryEntry.
Constructor Details
#initialize ⇒ GlossaryEntry
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
#aliases ⇒ Object
Returns the value of attribute aliases.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3 def aliases @aliases end |
#approved ⇒ Object
Returns the value of attribute approved.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3 def approved @approved end |
#attachment ⇒ Object
Returns the value of attribute attachment.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3 def @attachment end |
#case_sensitive ⇒ Object
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 |
#concept ⇒ Object
Returns the value of attribute concept.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3 def concept @concept end |
#definition ⇒ Object
Returns the value of attribute definition.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3 def definition @definition end |
#definition_format ⇒ Object
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_trust ⇒ Object
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_match ⇒ Object
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 |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3 def id @id end |
#ratings ⇒ Object
Returns the value of attribute ratings.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary_entry.rb', line 3 def @ratings end |
#source_glossary_id ⇒ Object
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_entry ⇒ Object
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 |
#use_dynalink ⇒ Object
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_id ⇒ Object
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 |