Module: Mail::ContentType::Parameter0
- Defined in:
- lib/mail/parsers/content_type.rb
Instance Method Summary collapse
Instance Method Details
#attr ⇒ Object
339 340 341 |
# File 'lib/mail/parsers/content_type.rb', line 339 def attr elements[1] end |
#val ⇒ Object
343 344 345 |
# File 'lib/mail/parsers/content_type.rb', line 343 def val elements[3] end |