Class: AutotestCucumberNotification::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/autotest-cucumber-notification/autotest-cucumber-notification.rb

Overview

Notifier configuration helpers and defaults.

Class Attribute Summary collapse

Class Attribute Details

.expiration_in_secondsObject

Returns the value of attribute expiration_in_seconds.



9
10
11
# File 'lib/autotest-cucumber-notification/autotest-cucumber-notification.rb', line 9

def expiration_in_seconds
  @expiration_in_seconds
end

.fade_timeoutObject

Returns the value of attribute fade_timeout.



9
10
11
# File 'lib/autotest-cucumber-notification/autotest-cucumber-notification.rb', line 9

def fade_timeout
  @fade_timeout
end

.fail_imageObject

Returns the value of attribute fail_image.



9
10
11
# File 'lib/autotest-cucumber-notification/autotest-cucumber-notification.rb', line 9

def fail_image
  @fail_image
end

.failureObject

Returns the value of attribute failure.



9
10
11
# File 'lib/autotest-cucumber-notification/autotest-cucumber-notification.rb', line 9

def failure
  @failure
end

.images_directoryObject

Returns the value of attribute images_directory.



8
9
10
# File 'lib/autotest-cucumber-notification/autotest-cucumber-notification.rb', line 8

def images_directory
  @images_directory
end

.pendingObject

Returns the value of attribute pending.



9
10
11
# File 'lib/autotest-cucumber-notification/autotest-cucumber-notification.rb', line 9

def pending
  @pending
end

.pending_imageObject

Returns the value of attribute pending_image.



9
10
11
# File 'lib/autotest-cucumber-notification/autotest-cucumber-notification.rb', line 9

def pending_image
  @pending_image
end

.successObject

Returns the value of attribute success.



9
10
11
# File 'lib/autotest-cucumber-notification/autotest-cucumber-notification.rb', line 9

def success
  @success
end

.success_imageObject

Returns the value of attribute success_image.



9
10
11
# File 'lib/autotest-cucumber-notification/autotest-cucumber-notification.rb', line 9

def success_image
  @success_image
end

.undefinedObject

Returns the value of attribute undefined.



9
10
11
# File 'lib/autotest-cucumber-notification/autotest-cucumber-notification.rb', line 9

def undefined
  @undefined
end

.undefined_imageObject

Returns the value of attribute undefined_image.



9
10
11
# File 'lib/autotest-cucumber-notification/autotest-cucumber-notification.rb', line 9

def undefined_image
  @undefined_image
end