Class: CucumberTree::Handler::Base
- Inherits:
-
Struct
- Object
- Struct
- CucumberTree::Handler::Base
- Defined in:
- lib/cucumber_tree/handlers/base.rb
Direct Known Subclasses
Cookies, Database::Postgresql, Database::Sqlite, Url, Variables
Instance Attribute Summary collapse
-
#scenario ⇒ Object
Returns the value of attribute scenario.
-
#world ⇒ Object
Returns the value of attribute world.
Instance Method Summary collapse
Instance Attribute Details
#scenario ⇒ Object
Returns the value of attribute scenario
3 4 5 |
# File 'lib/cucumber_tree/handlers/base.rb', line 3 def scenario @scenario end |
#world ⇒ Object
Returns the value of attribute world
3 4 5 |
# File 'lib/cucumber_tree/handlers/base.rb', line 3 def world @world end |
Instance Method Details
#page ⇒ Object
5 6 7 |
# File 'lib/cucumber_tree/handlers/base.rb', line 5 def page world.page end |