Module: Mail::ContentType::Parameter0
- Defined in:
- lib/mail/parsers/content_type.rb
Instance Method Summary collapse
Instance Method Details
#attr ⇒ Object
357 358 359 |
# File 'lib/mail/parsers/content_type.rb', line 357 def attr elements[1] end |
#val ⇒ Object
361 362 363 |
# File 'lib/mail/parsers/content_type.rb', line 361 def val elements[3] end |