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



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

def channels
  @channels
end

#methodObject

Returns the value of attribute method



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

def method
  @method
end

#resultObject

Returns the value of attribute result



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

def result
  @result
end