Class: Scoutui::Navigator
- Inherits:
-
Object
- Object
- Scoutui::Navigator
- Extended by:
- Forwardable
- Defined in:
- lib/scoutui/navigator.rb
Instance Attribute Summary collapse
-
#app_name ⇒ Object
readonly
Returns the value of attribute app_name.
-
#driver ⇒ Object
readonly
Returns the value of attribute driver.
-
#test_list ⇒ Object
readonly
Returns the value of attribute test_list.
-
#test_name ⇒ Object
readonly
Returns the value of attribute test_name.
-
#test_options ⇒ Object
readonly
Returns the value of attribute test_options.
-
#viewport_size ⇒ Object
readonly
Returns the value of attribute viewport_size.
Instance Method Summary collapse
-
#initialize(opts = {}) ⇒ Navigator
constructor
A new instance of Navigator.
Constructor Details
#initialize(opts = {}) ⇒ Navigator
Returns a new instance of Navigator.
16 17 18 |
# File 'lib/scoutui/navigator.rb', line 16 def initialize(opts={}) end |
Instance Attribute Details
#app_name ⇒ Object (readonly)
Returns the value of attribute app_name.
10 11 12 |
# File 'lib/scoutui/navigator.rb', line 10 def app_name @app_name end |
#driver ⇒ Object (readonly)
Returns the value of attribute driver.
13 14 15 |
# File 'lib/scoutui/navigator.rb', line 13 def driver @driver end |
#test_list ⇒ Object (readonly)
Returns the value of attribute test_list.
14 15 16 |
# File 'lib/scoutui/navigator.rb', line 14 def test_list @test_list end |
#test_name ⇒ Object (readonly)
Returns the value of attribute test_name.
11 12 13 |
# File 'lib/scoutui/navigator.rb', line 11 def test_name @test_name end |
#test_options ⇒ Object (readonly)
Returns the value of attribute test_options.
8 9 10 |
# File 'lib/scoutui/navigator.rb', line 8 def end |
#viewport_size ⇒ Object (readonly)
Returns the value of attribute viewport_size.
12 13 14 |
# File 'lib/scoutui/navigator.rb', line 12 def end |