Module: Cucumber::Scout
- Defined in:
- lib/cucumber/scout.rb,
lib/cucumber/scout/version.rb
Constant Summary collapse
- VERSION =
'0.0.2'
Class Attribute Summary collapse
-
.scout_hostname ⇒ Object
Returns the value of attribute scout_hostname.
-
.scout_plugin_name ⇒ Object
Returns the value of attribute scout_plugin_name.
Class Method Summary collapse
Class Attribute Details
.scout_hostname ⇒ Object
Returns the value of attribute scout_hostname.
15 16 17 |
# File 'lib/cucumber/scout.rb', line 15 def scout_hostname @scout_hostname end |
.scout_plugin_name ⇒ Object
Returns the value of attribute scout_plugin_name.
15 16 17 |
# File 'lib/cucumber/scout.rb', line 15 def scout_plugin_name @scout_plugin_name end |
Class Method Details
.scout_account=(name) ⇒ Object
6 7 8 |
# File 'lib/cucumber/scout.rb', line 6 def self.scout_account=(name) ScoutScout.account = name end |
.scout_auth(email, password) ⇒ Object
10 11 12 |
# File 'lib/cucumber/scout.rb', line 10 def self.scout_auth(email, password) ScoutScout.basic_auth email, password end |