Class: MailReport::Dmarc::Report
- Inherits:
-
Data
- Object
- Data
- MailReport::Dmarc::Report
- Defined in:
- lib/mailreport/dmarc/report.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
-
#extra_contact_info ⇒ Object
readonly
Returns the value of attribute extra_contact_info.
-
#organization ⇒ Object
readonly
Returns the value of attribute organization.
-
#policy ⇒ Object
readonly
Returns the value of attribute policy.
-
#range ⇒ Object
readonly
Returns the value of attribute range.
-
#records ⇒ Object
readonly
Returns the value of attribute records.
-
#report_id ⇒ Object
readonly
Returns the value of attribute report_id.
Instance Method Summary collapse
-
#initialize(organization: nil, email: nil, extra_contact_info: nil, report_id: nil, range: nil, errors: [], policy: Policy.new, records: []) ⇒ Report
constructor
A new instance of Report.
Constructor Details
#initialize(organization: nil, email: nil, extra_contact_info: nil, report_id: nil, range: nil, errors: [], policy: Policy.new, records: []) ⇒ Report
Returns a new instance of Report.
51 52 53 54 |
# File 'lib/mailreport/dmarc/report.rb', line 51 def initialize(organization: nil, email: nil, extra_contact_info: nil, report_id: nil, range: nil, errors: [], policy: Policy.new, records: []) super end |
Instance Attribute Details
#email ⇒ Object (readonly)
Returns the value of attribute email
50 51 52 |
# File 'lib/mailreport/dmarc/report.rb', line 50 def email @email end |
#errors ⇒ Object (readonly)
Returns the value of attribute errors
50 51 52 |
# File 'lib/mailreport/dmarc/report.rb', line 50 def errors @errors end |
#extra_contact_info ⇒ Object (readonly)
Returns the value of attribute extra_contact_info
50 51 52 |
# File 'lib/mailreport/dmarc/report.rb', line 50 def extra_contact_info @extra_contact_info end |
#organization ⇒ Object (readonly)
Returns the value of attribute organization
50 51 52 |
# File 'lib/mailreport/dmarc/report.rb', line 50 def organization @organization end |
#policy ⇒ Object (readonly)
Returns the value of attribute policy
50 51 52 |
# File 'lib/mailreport/dmarc/report.rb', line 50 def policy @policy end |
#range ⇒ Object (readonly)
Returns the value of attribute range
50 51 52 |
# File 'lib/mailreport/dmarc/report.rb', line 50 def range @range end |
#records ⇒ Object (readonly)
Returns the value of attribute records
50 51 52 |
# File 'lib/mailreport/dmarc/report.rb', line 50 def records @records end |
#report_id ⇒ Object (readonly)
Returns the value of attribute report_id
50 51 52 |
# File 'lib/mailreport/dmarc/report.rb', line 50 def report_id @report_id end |