Module: Mail::ContentType::Parameter0
- Defined in:
- lib/mail/parsers/content_type.rb
Instance Method Summary collapse
Instance Method Details
#attr ⇒ Object
785 786 787 |
# File 'lib/mail/parsers/content_type.rb', line 785 def attr elements[1] end |
#val ⇒ Object
789 790 791 |
# File 'lib/mail/parsers/content_type.rb', line 789 def val elements[3] end |