Class: Moodle2CC::Moodle2::Models::Glossary

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeGlossary

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_commentsObject

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_entriesObject

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_printviewObject

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_finishObject

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_startObject

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

#assessedObject

Returns the value of attribute assessed.



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

def assessed
  @assessed
end

#completion_entriesObject

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_approvalObject

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_formatObject

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_alwaysObject

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_pageObject

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

#entriesObject

Returns the value of attribute entries.



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

def entries
  @entries
end

#global_glossaryObject

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

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#introObject

Returns the value of attribute intro.



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

def intro
  @intro
end

#intro_formatObject

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_glossaryObject

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_idObject

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

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#rss_articlesObject

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_typeObject

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

#scaleObject

Returns the value of attribute scale.



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

def scale
  @scale
end

#show_allObject

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_alphabetObject

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_specialObject

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

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

#visibleObject

Returns the value of attribute visible.



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

def visible
  @visible
end