Class: ForumsAddAttachments

Inherits:
AddFiles show all
Defined in:
lib/kuali-sakai-common-lib/forums.rb

Overview

TODO: Determine where this should go and a better way to organize the code

Instance Method Summary collapse

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) ⇒ ForumsAddAttachments

Returns a new instance of ForumsAddAttachments.



313
314
315
316
317
318
319
320
321
# File 'lib/kuali-sakai-common-lib/forums.rb', line 313

def initialize(browser)
  @browser = browser

  @@classes = {
      :this => "ForumsAddAttachments",
      :parent => "AddEditTopic",
      :second => "EditForum"
  }
end