Module: Mail::RFC2822::NameValPair0

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

Instance Method Summary collapse

Instance Method Details

#CFWSObject



4358
4359
4360
# File 'lib/mail/parsers/rfc2822.rb', line 4358

def CFWS
  elements[1]
end

#item_nameObject



4354
4355
4356
# File 'lib/mail/parsers/rfc2822.rb', line 4354

def item_name
  elements[0]
end

#item_valueObject



4362
4363
4364
# File 'lib/mail/parsers/rfc2822.rb', line 4362

def item_value
  elements[2]
end