Class: MailReport::Dmarc::Identifiers
- Inherits:
-
Data
- Object
- Data
- MailReport::Dmarc::Identifiers
- Defined in:
- lib/mailreport/dmarc/report.rb
Instance Attribute Summary collapse
-
#envelope_from ⇒ Object
readonly
Returns the value of attribute envelope_from.
-
#envelope_to ⇒ Object
readonly
Returns the value of attribute envelope_to.
-
#header_from ⇒ Object
readonly
Returns the value of attribute header_from.
Instance Method Summary collapse
-
#initialize(header_from: nil, envelope_from: nil, envelope_to: nil) ⇒ Identifiers
constructor
A new instance of Identifiers.
Constructor Details
#initialize(header_from: nil, envelope_from: nil, envelope_to: nil) ⇒ Identifiers
Returns a new instance of Identifiers.
24 25 26 |
# File 'lib/mailreport/dmarc/report.rb', line 24 def initialize(header_from: nil, envelope_from: nil, envelope_to: nil) super end |
Instance Attribute Details
#envelope_from ⇒ Object (readonly)
Returns the value of attribute envelope_from
23 24 25 |
# File 'lib/mailreport/dmarc/report.rb', line 23 def envelope_from @envelope_from end |
#envelope_to ⇒ Object (readonly)
Returns the value of attribute envelope_to
23 24 25 |
# File 'lib/mailreport/dmarc/report.rb', line 23 def envelope_to @envelope_to end |
#header_from ⇒ Object (readonly)
Returns the value of attribute header_from
23 24 25 |
# File 'lib/mailreport/dmarc/report.rb', line 23 def header_from @header_from end |