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.
22 23 24 |
# File 'lib/omni_browser/action_logging.rb', line 22 def browser @browser end |
Class Method Details
.link_browser(browser_obj) ⇒ Object
23 24 25 |
# File 'lib/omni_browser/action_logging.rb', line 23 def link_browser (browser_obj) @browser = browser_obj end |
Instance Method Details
#browser_obj ⇒ Object
29 30 31 |
# File 'lib/omni_browser/action_logging.rb', line 29 def browser_obj ClickReport.browser end |