Class: ActionMessenger::Base::DeliveryLog
- Inherits:
-
Struct
- Object
- Struct
- ActionMessenger::Base::DeliveryLog
- Defined in:
- lib/action_messenger/base.rb
Instance Attribute Summary collapse
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#method ⇒ Object
Returns the value of attribute method.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#channels ⇒ Object
Returns the value of attribute channels
37 38 39 |
# File 'lib/action_messenger/base.rb', line 37 def channels @channels end |
#method ⇒ Object
Returns the value of attribute method
37 38 39 |
# File 'lib/action_messenger/base.rb', line 37 def method @method end |
#result ⇒ Object
Returns the value of attribute result
37 38 39 |
# File 'lib/action_messenger/base.rb', line 37 def result @result end |