Class: Cucumber::Pro::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#build_numberObject

Returns the value of attribute build_number.



55
56
57
# File 'lib/cucumber/pro.rb', line 55

def build_number
  @build_number
end

#loggerObject

Returns the value of attribute logger.



55
56
57
# File 'lib/cucumber/pro.rb', line 55

def logger
  @logger
end

#should_check_cleanObject

Returns the value of attribute should_check_clean.



55
56
57
# File 'lib/cucumber/pro.rb', line 55

def should_check_clean
  @should_check_clean
end

#should_publishObject

Returns the value of attribute should_publish.



55
56
57
# File 'lib/cucumber/pro.rb', line 55

def should_publish
  @should_publish
end

#timeoutObject

Returns the value of attribute timeout.



55
56
57
# File 'lib/cucumber/pro.rb', line 55

def timeout
  @timeout
end

#tokenObject

Returns the value of attribute token.



55
56
57
# File 'lib/cucumber/pro.rb', line 55

def token
  @token
end

#urlObject

Returns the value of attribute url.



55
56
57
# File 'lib/cucumber/pro.rb', line 55

def url
  @url
end