Class: ActionMessenger::Base::DeliveryLog

Inherits:
Struct
  • Object
show all
Defined in:
lib/action_messenger/base.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



37
38
39
# File 'lib/action_messenger/base.rb', line 37

def channels
  @channels
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



37
38
39
# File 'lib/action_messenger/base.rb', line 37

def method
  @method
end

#resultObject

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



37
38
39
# File 'lib/action_messenger/base.rb', line 37

def result
  @result
end