Module: ClickReport
- Defined in:
- lib/omni_browser/action_logging.rb
Class Attribute Summary collapse
-
.browser ⇒ Object
readonly
Returns the value of attribute browser.
Class Method Summary collapse
Instance Method Summary collapse
Class Attribute Details
.browser ⇒ Object (readonly)
Returns the value of attribute browser.
18 19 20 |
# File 'lib/omni_browser/action_logging.rb', line 18 def browser @browser end |
Class Method Details
.link_browser(browser_obj) ⇒ Object
19 20 21 |
# File 'lib/omni_browser/action_logging.rb', line 19 def link_browser (browser_obj) @browser = browser_obj end |
Instance Method Details
#browser_obj ⇒ Object
25 26 27 |
# File 'lib/omni_browser/action_logging.rb', line 25 def browser_obj ClickReport.browser end |