Module: Mail::RFC2822::Year0

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

Instance Method Summary collapse

Instance Method Details

#DIGIT1Object



3329
3330
3331
# File 'lib/mail/parsers/rfc2822.rb', line 3329

def DIGIT1
  elements[0]
end

#DIGIT2Object



3333
3334
3335
# File 'lib/mail/parsers/rfc2822.rb', line 3333

def DIGIT2
  elements[1]
end

#DIGIT3Object



3337
3338
3339
# File 'lib/mail/parsers/rfc2822.rb', line 3337

def DIGIT3
  elements[2]
end

#DIGIT4Object



3341
3342
3343
# File 'lib/mail/parsers/rfc2822.rb', line 3341

def DIGIT4
  elements[3]
end