Class: RIMS::RFC822::Body
- Inherits:
-
Object
- Object
- RIMS::RFC822::Body
- Defined in:
- lib/rims/rfc822.rb
Instance Attribute Summary collapse
-
#raw_source ⇒ Object
readonly
Returns the value of attribute raw_source.
Instance Method Summary collapse
-
#initialize(body_txt) ⇒ Body
constructor
A new instance of Body.
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_source ⇒ Object (readonly)
Returns the value of attribute raw_source.
579 580 581 |
# File 'lib/rims/rfc822.rb', line 579 def raw_source @raw_source end |