Class: AutotestNotification::Config
- Inherits:
-
Object
- Object
- AutotestNotification::Config
- Defined in:
- lib/autotest_notification.rb
Class Attribute Summary collapse
-
.expiration_in_seconds ⇒ Object
Returns the value of attribute expiration_in_seconds.
-
.fail_image ⇒ Object
Returns the value of attribute fail_image.
-
.images_directory ⇒ Object
Returns the value of attribute images_directory.
-
.pending_image ⇒ Object
Returns the value of attribute pending_image.
-
.success_image ⇒ Object
Returns the value of attribute success_image.
Class Attribute Details
.expiration_in_seconds ⇒ Object
Returns the value of attribute expiration_in_seconds.
8 9 10 |
# File 'lib/autotest_notification.rb', line 8 def expiration_in_seconds @expiration_in_seconds end |
.fail_image ⇒ Object
Returns the value of attribute fail_image.
8 9 10 |
# File 'lib/autotest_notification.rb', line 8 def fail_image @fail_image end |
.images_directory ⇒ Object
Returns the value of attribute images_directory.
7 8 9 |
# File 'lib/autotest_notification.rb', line 7 def images_directory @images_directory end |
.pending_image ⇒ Object
Returns the value of attribute pending_image.
8 9 10 |
# File 'lib/autotest_notification.rb', line 8 def pending_image @pending_image end |
.success_image ⇒ Object
Returns the value of attribute success_image.
8 9 10 |
# File 'lib/autotest_notification.rb', line 8 def success_image @success_image end |