Class: Moodle2CC::Moodle2::Models::Glossary
- Inherits:
-
Object
- Object
- Moodle2CC::Moodle2::Models::Glossary
- Defined in:
- lib/moodle2cc/moodle2/models/glossary.rb
Instance Attribute Summary collapse
-
#allow_comments ⇒ Object
Returns the value of attribute allow_comments.
-
#allow_duplicated_entries ⇒ Object
Returns the value of attribute allow_duplicated_entries.
-
#allow_printview ⇒ Object
Returns the value of attribute allow_printview.
-
#assess_time_finish ⇒ Object
Returns the value of attribute assess_time_finish.
-
#assess_time_start ⇒ Object
Returns the value of attribute assess_time_start.
-
#assessed ⇒ Object
Returns the value of attribute assessed.
-
#completion_entries ⇒ Object
Returns the value of attribute completion_entries.
-
#default_approval ⇒ Object
Returns the value of attribute default_approval.
-
#display_format ⇒ Object
Returns the value of attribute display_format.
-
#edit_always ⇒ Object
Returns the value of attribute edit_always.
-
#ent_by_page ⇒ Object
Returns the value of attribute ent_by_page.
-
#entries ⇒ Object
Returns the value of attribute entries.
-
#global_glossary ⇒ Object
Returns the value of attribute global_glossary.
-
#id ⇒ Object
Returns the value of attribute id.
-
#intro ⇒ Object
Returns the value of attribute intro.
-
#intro_format ⇒ Object
Returns the value of attribute intro_format.
-
#main_glossary ⇒ Object
Returns the value of attribute main_glossary.
-
#module_id ⇒ Object
Returns the value of attribute module_id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#rss_articles ⇒ Object
Returns the value of attribute rss_articles.
-
#rss_type ⇒ Object
Returns the value of attribute rss_type.
-
#scale ⇒ Object
Returns the value of attribute scale.
-
#show_all ⇒ Object
Returns the value of attribute show_all.
-
#show_alphabet ⇒ Object
Returns the value of attribute show_alphabet.
-
#show_special ⇒ Object
Returns the value of attribute show_special.
-
#use_dynalink ⇒ Object
Returns the value of attribute use_dynalink.
-
#visible ⇒ Object
Returns the value of attribute visible.
Instance Method Summary collapse
-
#initialize ⇒ Glossary
constructor
A new instance of Glossary.
Constructor Details
#initialize ⇒ Glossary
Returns a new instance of Glossary.
8 9 10 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 8 def initialize @entries = [] end |
Instance Attribute Details
#allow_comments ⇒ Object
Returns the value of attribute allow_comments.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def allow_comments @allow_comments end |
#allow_duplicated_entries ⇒ Object
Returns the value of attribute allow_duplicated_entries.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def allow_duplicated_entries @allow_duplicated_entries end |
#allow_printview ⇒ Object
Returns the value of attribute allow_printview.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def allow_printview @allow_printview end |
#assess_time_finish ⇒ Object
Returns the value of attribute assess_time_finish.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def assess_time_finish @assess_time_finish end |
#assess_time_start ⇒ Object
Returns the value of attribute assess_time_start.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def assess_time_start @assess_time_start end |
#assessed ⇒ Object
Returns the value of attribute assessed.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def assessed @assessed end |
#completion_entries ⇒ Object
Returns the value of attribute completion_entries.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def completion_entries @completion_entries end |
#default_approval ⇒ Object
Returns the value of attribute default_approval.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def default_approval @default_approval end |
#display_format ⇒ Object
Returns the value of attribute display_format.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def display_format @display_format end |
#edit_always ⇒ Object
Returns the value of attribute edit_always.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def edit_always @edit_always end |
#ent_by_page ⇒ Object
Returns the value of attribute ent_by_page.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def ent_by_page @ent_by_page end |
#entries ⇒ Object
Returns the value of attribute entries.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def entries @entries end |
#global_glossary ⇒ Object
Returns the value of attribute global_glossary.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def global_glossary @global_glossary end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def id @id end |
#intro ⇒ Object
Returns the value of attribute intro.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def intro @intro end |
#intro_format ⇒ Object
Returns the value of attribute intro_format.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def intro_format @intro_format end |
#main_glossary ⇒ Object
Returns the value of attribute main_glossary.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def main_glossary @main_glossary end |
#module_id ⇒ Object
Returns the value of attribute module_id.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def module_id @module_id end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def name @name end |
#rss_articles ⇒ Object
Returns the value of attribute rss_articles.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def rss_articles @rss_articles end |
#rss_type ⇒ Object
Returns the value of attribute rss_type.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def rss_type @rss_type end |
#scale ⇒ Object
Returns the value of attribute scale.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def scale @scale end |
#show_all ⇒ Object
Returns the value of attribute show_all.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def show_all @show_all end |
#show_alphabet ⇒ Object
Returns the value of attribute show_alphabet.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def show_alphabet @show_alphabet end |
#show_special ⇒ Object
Returns the value of attribute show_special.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def show_special @show_special end |
#use_dynalink ⇒ Object
Returns the value of attribute use_dynalink.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def use_dynalink @use_dynalink end |
#visible ⇒ Object
Returns the value of attribute visible.
3 4 5 |
# File 'lib/moodle2cc/moodle2/models/glossary.rb', line 3 def visible @visible end |