Class: AuthRocket::Notification
- Inherits:
-
Resource
- Object
- Resource
- AuthRocket::Notification
- Defined in:
- lib/authrocket/notification.rb
Instance Attribute Summary collapse
-
#attempts ⇒ Object
readonly
Returns the value of attribute attempts.
-
#hook_type ⇒ Object
readonly
Returns the value of attribute hook_type.
-
#last_destination ⇒ Object
readonly
Returns the value of attribute last_destination.
-
#last_result ⇒ Object
readonly
Returns the value of attribute last_result.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Instance Attribute Details
#attempts ⇒ Object (readonly)
Returns the value of attribute attempts.
7 8 9 |
# File 'lib/authrocket/notification.rb', line 7 def attempts @attempts end |
#hook_type ⇒ Object (readonly)
Returns the value of attribute hook_type.
7 8 9 |
# File 'lib/authrocket/notification.rb', line 7 def hook_type @hook_type end |
#last_destination ⇒ Object (readonly)
Returns the value of attribute last_destination.
7 8 9 |
# File 'lib/authrocket/notification.rb', line 7 def last_destination @last_destination end |
#last_result ⇒ Object (readonly)
Returns the value of attribute last_result.
7 8 9 |
# File 'lib/authrocket/notification.rb', line 7 def last_result @last_result end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
7 8 9 |
# File 'lib/authrocket/notification.rb', line 7 def state @state end |