Class: MailReport::Dmarc::AuthResults
- Inherits:
-
Data
- Object
- Data
- MailReport::Dmarc::AuthResults
- Defined in:
- lib/mailreport/dmarc/report.rb
Instance Attribute Summary collapse
-
#dkim ⇒ Object
readonly
Returns the value of attribute dkim.
-
#spf ⇒ Object
readonly
Returns the value of attribute spf.
Instance Method Summary collapse
-
#initialize(dkim: [], spf: []) ⇒ AuthResults
constructor
A new instance of AuthResults.
Constructor Details
#initialize(dkim: [], spf: []) ⇒ AuthResults
Returns a new instance of AuthResults.
18 19 20 |
# File 'lib/mailreport/dmarc/report.rb', line 18 def initialize(dkim: [], spf: []) super end |
Instance Attribute Details
#dkim ⇒ Object (readonly)
Returns the value of attribute dkim
17 18 19 |
# File 'lib/mailreport/dmarc/report.rb', line 17 def dkim @dkim end |
#spf ⇒ Object (readonly)
Returns the value of attribute spf
17 18 19 |
# File 'lib/mailreport/dmarc/report.rb', line 17 def spf @spf end |