Class: RIMS::RFC822::Body

Inherits:
Object
  • Object
show all
Defined in:
lib/rims/rfc822.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(body_txt) ⇒ Body

Returns a new instance of Body.



575
576
577
# File 'lib/rims/rfc822.rb', line 575

def initialize(body_txt)
  @raw_source = body_txt
end

Instance Attribute Details

#raw_sourceObject (readonly)

Returns the value of attribute raw_source.



579
580
581
# File 'lib/rims/rfc822.rb', line 579

def raw_source
  @raw_source
end