Method: Mail::Part#action
- Defined in:
- lib/mail/part.rb
#action ⇒ Object
Either returns the action if the message has just a single report, or an array of all the actions, one for each report
65 66 67 |
# File 'lib/mail/part.rb', line 65 def action get_return_values('action') end |