Class: Moodle2CC::Moodle2::Models::Moodle2File

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

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author.



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

def author
  @author
end

#componentObject

Returns the value of attribute component.



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

def component
  @component
end

#content_hashObject

Returns the value of attribute content_hash.



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

def content_hash
  @content_hash
end

#context_idObject

Returns the value of attribute context_id.



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

def context_id
  @context_id
end

#file_areaObject

Returns the value of attribute file_area.



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

def file_area
  @file_area
end

#file_locationObject

Returns the value of attribute file_location.



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

def file_location
  @file_location
end

#file_nameObject

Returns the value of attribute file_name.



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

def file_name
  @file_name
end

#file_pathObject

Returns the value of attribute file_path.



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

def file_path
  @file_path
end

#file_sizeObject

Returns the value of attribute file_size.



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

def file_size
  @file_size
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#item_idObject

Returns the value of attribute item_id.



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

def item_id
  @item_id
end

#licenseObject

Returns the value of attribute license.



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

def license
  @license
end

#mime_typeObject

Returns the value of attribute mime_type.



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

def mime_type
  @mime_type
end

#referenceObject

Returns the value of attribute reference.



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

def reference
  @reference
end

#repository_idObject

Returns the value of attribute repository_id.



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

def repository_id
  @repository_id
end

#repository_typeObject

Returns the value of attribute repository_type.



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

def repository_type
  @repository_type
end

#sort_orderObject

Returns the value of attribute sort_order.



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

def sort_order
  @sort_order
end

#sourceObject

Returns the value of attribute source.



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

def source
  @source
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#time_createdObject

Returns the value of attribute time_created.



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

def time_created
  @time_created
end

#time_modifiedObject

Returns the value of attribute time_modified.



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

def time_modified
  @time_modified
end

#user_idObject

Returns the value of attribute user_id.



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

def user_id
  @user_id
end