Class: FromLine
- Inherits:
-
Object
- Object
- FromLine
- Defined in:
- lib/fluent/plugin/sendmailparser.rb
Instance Attribute Summary collapse
-
#record ⇒ Object
readonly
Returns the value of attribute record.
Instance Method Summary collapse
-
#initialize(record) ⇒ FromLine
constructor
A new instance of FromLine.
Constructor Details
#initialize(record) ⇒ FromLine
Returns a new instance of FromLine.
120 121 122 |
# File 'lib/fluent/plugin/sendmailparser.rb', line 120 def initialize(record) @record = record end |
Instance Attribute Details
#record ⇒ Object (readonly)
Returns the value of attribute record.
119 120 121 |
# File 'lib/fluent/plugin/sendmailparser.rb', line 119 def record @record end |