Class: Moodle2CC::Moodle2::Models::Page

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

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content.



4
5
6
# File 'lib/moodle2cc/moodle2/models/page.rb', line 4

def content
  @content
end

#content_formatObject

Returns the value of attribute content_format.



4
5
6
# File 'lib/moodle2cc/moodle2/models/page.rb', line 4

def content_format
  @content_format
end

#displayObject

Returns the value of attribute display.



4
5
6
# File 'lib/moodle2cc/moodle2/models/page.rb', line 4

def display
  @display
end

#display_optionsObject

Returns the value of attribute display_options.



4
5
6
# File 'lib/moodle2cc/moodle2/models/page.rb', line 4

def display_options
  @display_options
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/moodle2cc/moodle2/models/page.rb', line 4

def id
  @id
end

#introObject

Returns the value of attribute intro.



4
5
6
# File 'lib/moodle2cc/moodle2/models/page.rb', line 4

def intro
  @intro
end

#intro_formatObject

Returns the value of attribute intro_format.



4
5
6
# File 'lib/moodle2cc/moodle2/models/page.rb', line 4

def intro_format
  @intro_format
end

#legacy_filesObject

Returns the value of attribute legacy_files.



4
5
6
# File 'lib/moodle2cc/moodle2/models/page.rb', line 4

def legacy_files
  @legacy_files
end

#legacy_files_lastObject

Returns the value of attribute legacy_files_last.



4
5
6
# File 'lib/moodle2cc/moodle2/models/page.rb', line 4

def legacy_files_last
  @legacy_files_last
end

#module_idObject

Returns the value of attribute module_id.



4
5
6
# File 'lib/moodle2cc/moodle2/models/page.rb', line 4

def module_id
  @module_id
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/moodle2cc/moodle2/models/page.rb', line 4

def name
  @name
end

#revisionObject

Returns the value of attribute revision.



4
5
6
# File 'lib/moodle2cc/moodle2/models/page.rb', line 4

def revision
  @revision
end

#time_modifiedObject

Returns the value of attribute time_modified.



4
5
6
# File 'lib/moodle2cc/moodle2/models/page.rb', line 4

def time_modified
  @time_modified
end

#visibleObject

Returns the value of attribute visible.



4
5
6
# File 'lib/moodle2cc/moodle2/models/page.rb', line 4

def visible
  @visible
end