Class: Cucumber::Pro::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/cucumber/pro.rb

Instance Attribute Summary collapse

Instance Attribute Details

#loggerObject

Returns the value of attribute logger.



32
33
34
# File 'lib/cucumber/pro.rb', line 32

def logger
  @logger
end

#tokenObject

Returns the value of attribute token.



32
33
34
# File 'lib/cucumber/pro.rb', line 32

def token
  @token
end

#urlObject

Returns the value of attribute url.



32
33
34
# File 'lib/cucumber/pro.rb', line 32

def url
  @url
end