Module: Mail::RFC2822::NameValPair0

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

Instance Method Summary collapse

Instance Method Details

#CFWSObject



4279
4280
4281
# File 'lib/mail/parsers/rfc2822.rb', line 4279

def CFWS
  elements[1]
end

#item_nameObject



4275
4276
4277
# File 'lib/mail/parsers/rfc2822.rb', line 4275

def item_name
  elements[0]
end

#item_valueObject



4283
4284
4285
# File 'lib/mail/parsers/rfc2822.rb', line 4283

def item_value
  elements[2]
end