Class: MessageFolderObject

Inherits:
Object
  • Object
show all
Includes:
DataFactory, Foundry, Workflows
Defined in:
lib/sambal-cle/data_objects/message.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Workflows

menu_link, #open_my_site_by_name, #reset

Constructor Details

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

Returns a new instance of MessageFolderObject.



42
43
44
45
46
47
# File 'lib/sambal-cle/data_objects/message.rb', line 42

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

  defaults = {}

end

Instance Attribute Details

#siteObject

Returns the value of attribute site.



40
41
42
# File 'lib/sambal-cle/data_objects/message.rb', line 40

def site
  @site
end

Instance Method Details

#createObject



49
50
51
52
# File 'lib/sambal-cle/data_objects/message.rb', line 49

def create


end