Class: Device::NotificationCallback::CallbackResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/device/notification_callback.rb

Instance Attribute Summary collapse

Instance Attribute Details

#after_executeObject

Returns the value of attribute after_execute

Returns:

  • (Object)

    the current value of after_execute



6
7
8
# File 'lib/device/notification_callback.rb', line 6

def after_execute
  @after_execute
end

#before_executeObject

Returns the value of attribute before_execute

Returns:

  • (Object)

    the current value of before_execute



6
7
8
# File 'lib/device/notification_callback.rb', line 6

def before_execute
  @before_execute
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



6
7
8
# File 'lib/device/notification_callback.rb', line 6

def result
  @result
end