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.
12 13 14 |
# File 'lib/autotest_notification.rb', line 12 def expiration_in_seconds @expiration_in_seconds end |
.fail_image ⇒ Object
Returns the value of attribute fail_image.
12 13 14 |
# File 'lib/autotest_notification.rb', line 12 def fail_image @fail_image end |
.images_directory ⇒ Object
Returns the value of attribute images_directory.
11 12 13 |
# File 'lib/autotest_notification.rb', line 11 def images_directory @images_directory end |
.pending_image ⇒ Object
Returns the value of attribute pending_image.
12 13 14 |
# File 'lib/autotest_notification.rb', line 12 def pending_image @pending_image end |
.success_image ⇒ Object
Returns the value of attribute success_image.
12 13 14 |
# File 'lib/autotest_notification.rb', line 12 def success_image @success_image end |