Class: MailReport::Dmarc::DkimAuthResult

Inherits:
Data
  • Object
show all
Defined in:
lib/mailreport/dmarc/report.rb

Overview

Named as RFC 7489 Appendix C.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(domain: nil, selector: nil, result: nil, human_result: nil) ⇒ DkimAuthResult

Returns a new instance of DkimAuthResult.



6
7
8
# File 'lib/mailreport/dmarc/report.rb', line 6

def initialize(domain: nil, selector: nil, result: nil, human_result: nil)
  super
end

Instance Attribute Details

#domainObject (readonly)

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



5
6
7
# File 'lib/mailreport/dmarc/report.rb', line 5

def domain
  @domain
end

#human_resultObject (readonly)

Returns the value of attribute human_result

Returns:

  • (Object)

    the current value of human_result



5
6
7
# File 'lib/mailreport/dmarc/report.rb', line 5

def human_result
  @human_result
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



5
6
7
# File 'lib/mailreport/dmarc/report.rb', line 5

def result
  @result
end

#selectorObject (readonly)

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



5
6
7
# File 'lib/mailreport/dmarc/report.rb', line 5

def selector
  @selector
end