Class: WebLinkObject
- Inherits:
-
Object
- Object
- WebLinkObject
- Includes:
- DataFactory, Foundry, Workflows
- Defined in:
- lib/sambal-cle/data_objects/resource.rb
Instance Attribute Summary collapse
-
#site ⇒ Object
Returns the value of attribute site.
Instance Method Summary collapse
- #create ⇒ Object
-
#initialize(browser, opts = {}) ⇒ WebLinkObject
constructor
A new instance of WebLinkObject.
Methods included from Workflows
menu_link, #open_my_site_by_name, #reset
Constructor Details
#initialize(browser, opts = {}) ⇒ WebLinkObject
Returns a new instance of WebLinkObject.
79 80 81 82 83 84 85 86 |
# File 'lib/sambal-cle/data_objects/resource.rb', line 79 def initialize(browser, opts={}) @browser = browser defaults = {} = defaults.merge(opts) () requires @site end |
Instance Attribute Details
#site ⇒ Object
Returns the value of attribute site.
77 78 79 |
# File 'lib/sambal-cle/data_objects/resource.rb', line 77 def site @site end |
Instance Method Details
#create ⇒ Object
88 89 90 |
# File 'lib/sambal-cle/data_objects/resource.rb', line 88 def create end |