Class: MessageFolderObject
- Inherits:
-
Object
- Object
- MessageFolderObject
- Includes:
- DataFactory, Foundry, Workflows
- Defined in:
- lib/sambal-cle/data_objects/message.rb
Instance Attribute Summary collapse
-
#site ⇒ Object
Returns the value of attribute site.
Instance Method Summary collapse
- #create ⇒ Object
-
#initialize(browser, opts = {}) ⇒ MessageFolderObject
constructor
A new instance of MessageFolderObject.
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
#site ⇒ Object
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
#create ⇒ Object
49 50 51 52 |
# File 'lib/sambal-cle/data_objects/message.rb', line 49 def create end |