Module: Mail::RFC2822::NameValPair0

Defined in:
lib/mail/parsers/rfc2822.rb

Instance Method Summary collapse

Instance Method Details

#CFWSObject



4302
4303
4304
# File 'lib/mail/parsers/rfc2822.rb', line 4302

def CFWS
  elements[1]
end

#item_nameObject



4298
4299
4300
# File 'lib/mail/parsers/rfc2822.rb', line 4298

def item_name
  elements[0]
end

#item_valueObject



4306
4307
4308
# File 'lib/mail/parsers/rfc2822.rb', line 4306

def item_value
  elements[2]
end