Class: Device::NotificationCallback::CallbackResult
- Inherits:
-
Struct
- Object
- Struct
- Device::NotificationCallback::CallbackResult
- Defined in:
- lib/device/notification_callback.rb
Instance Attribute Summary collapse
-
#after_execute ⇒ Object
Returns the value of attribute after_execute.
-
#before_execute ⇒ Object
Returns the value of attribute before_execute.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#after_execute ⇒ Object
Returns the value of attribute after_execute
6 7 8 |
# File 'lib/device/notification_callback.rb', line 6 def after_execute @after_execute end |
#before_execute ⇒ Object
Returns the value of attribute before_execute
6 7 8 |
# File 'lib/device/notification_callback.rb', line 6 def before_execute @before_execute end |
#result ⇒ Object
Returns the value of attribute result
6 7 8 |
# File 'lib/device/notification_callback.rb', line 6 def result @result end |