Class: MessageFolderObject

Inherits:
Object
  • Object
show all
Includes:
PageHelper, Utilities, Workflows
Defined in:
lib/sakai-cle-test-api/data_objects/message.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Workflows

menu_link, #open_my_site_by_name

Methods included from Utilities

#current_hour, #current_month, #current_year, #get_filename, #in_15_minutes, #last_hour, #last_month, #last_year, #make, #make_date, #next_hour, #next_month, #next_year, #on_page, #random_alphanums, #random_alphanums_plus, #random_email, #random_high_ascii, #random_letters, #random_multiline, #random_nicelink, #random_string, #random_xss_string, #tomorrow, #yesterday

Methods included from PageHelper

#make, #on, #visit, #wait_until

Constructor Details

#initialize(browser, opts = {}) ⇒ MessageFolderObject

Returns a new instance of MessageFolderObject.



45
46
47
48
49
50
# File 'lib/sakai-cle-test-api/data_objects/message.rb', line 45

def initialize(browser, opts={})
  @browser = browser

  defaults = {}

end

Instance Attribute Details

#siteObject

Returns the value of attribute site.



43
44
45
# File 'lib/sakai-cle-test-api/data_objects/message.rb', line 43

def site
  @site
end

Instance Method Details

#createObject



52
53
54
55
# File 'lib/sakai-cle-test-api/data_objects/message.rb', line 52

def create


end