Module: Mail::RFC2822::NameValPair0

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

Instance Method Summary collapse

Instance Method Details

#CFWSObject



4081
4082
4083
# File 'lib/mail/parsers/rfc2822.rb', line 4081

def CFWS
  elements[1]
end

#item_nameObject



4077
4078
4079
# File 'lib/mail/parsers/rfc2822.rb', line 4077

def item_name
  elements[0]
end

#item_valueObject



4085
4086
4087
# File 'lib/mail/parsers/rfc2822.rb', line 4085

def item_value
  elements[2]
end