Class: MailReport::Dmarc::SpfAuthResult
- Inherits:
-
Data
- Object
- Data
- MailReport::Dmarc::SpfAuthResult
- Defined in:
- lib/mailreport/dmarc/report.rb
Instance Attribute Summary collapse
-
#domain ⇒ Object
readonly
Returns the value of attribute domain.
-
#result ⇒ Object
readonly
Returns the value of attribute result.
-
#scope ⇒ Object
readonly
Returns the value of attribute scope.
Instance Method Summary collapse
-
#initialize(domain: nil, scope: nil, result: nil) ⇒ SpfAuthResult
constructor
A new instance of SpfAuthResult.
Constructor Details
#initialize(domain: nil, scope: nil, result: nil) ⇒ SpfAuthResult
Returns a new instance of SpfAuthResult.
12 13 14 |
# File 'lib/mailreport/dmarc/report.rb', line 12 def initialize(domain: nil, scope: nil, result: nil) super end |
Instance Attribute Details
#domain ⇒ Object (readonly)
Returns the value of attribute domain
11 12 13 |
# File 'lib/mailreport/dmarc/report.rb', line 11 def domain @domain end |
#result ⇒ Object (readonly)
Returns the value of attribute result
11 12 13 |
# File 'lib/mailreport/dmarc/report.rb', line 11 def result @result end |
#scope ⇒ Object (readonly)
Returns the value of attribute scope
11 12 13 |
# File 'lib/mailreport/dmarc/report.rb', line 11 def scope @scope end |