Class: Cucumber::Pro::Config
- Inherits:
-
Object
- Object
- Cucumber::Pro::Config
- Defined in:
- lib/cucumber/pro.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#token ⇒ Object
Returns the value of attribute token.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#logger ⇒ Object
Returns the value of attribute logger.
32 33 34 |
# File 'lib/cucumber/pro.rb', line 32 def logger @logger end |
#token ⇒ Object
Returns the value of attribute token.
32 33 34 |
# File 'lib/cucumber/pro.rb', line 32 def token @token end |
#url ⇒ Object
Returns the value of attribute url.
32 33 34 |
# File 'lib/cucumber/pro.rb', line 32 def url @url end |