class RIMS::RFC822::Body

Attributes

raw_source[R]

Public Class Methods

new(body_txt) click to toggle source
# File lib/rims/rfc822.rb, line 574
def initialize(body_txt)
  @raw_source = body_txt
end