Class: AssignmentAttachments
- Defined in:
- lib/kuali-sakai-common-lib/assignments.rb
Overview
Page for attaching files to Assignments
Instance Method Summary collapse
-
#initialize(browser) ⇒ AssignmentAttachments
constructor
A new instance of AssignmentAttachments.
Methods inherited from AddFiles
#access_level, #add, #attach_a_copy, #continue, #create_subfolders_in, #edit_details, #file_names, #folder_names, #go_to_folder, #move, #open_folder, #remove, #remove_item, #select_file, #show_other_sites, #upload_file, #upload_file_to_folder, #upload_files_to_folder, #upload_local_file, #upload_multiple_files_to_folder, #url=, #what_is_parent?
Constructor Details
#initialize(browser) ⇒ AssignmentAttachments
Returns a new instance of AssignmentAttachments.
841 842 843 844 845 846 847 848 849 850 |
# File 'lib/kuali-sakai-common-lib/assignments.rb', line 841 def initialize(browser) @browser = browser @@classes = { :this => "AssignmentAttachments", :parent => "AssignmentAdd", :second => "AssignmentStudent", :third => "AssignmentSubmission" } end |