Module: Mail::RFC2822::Year0

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

Instance Method Summary collapse

Instance Method Details

#DIGIT1Object



3273
3274
3275
# File 'lib/mail/parsers/rfc2822.rb', line 3273

def DIGIT1
  elements[0]
end

#DIGIT2Object



3277
3278
3279
# File 'lib/mail/parsers/rfc2822.rb', line 3277

def DIGIT2
  elements[1]
end

#DIGIT3Object



3281
3282
3283
# File 'lib/mail/parsers/rfc2822.rb', line 3281

def DIGIT3
  elements[2]
end

#DIGIT4Object



3285
3286
3287
# File 'lib/mail/parsers/rfc2822.rb', line 3285

def DIGIT4
  elements[3]
end