Class: MailReport::Dmarc::Identifiers

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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_fromObject (readonly)

Returns the value of attribute envelope_from

Returns:

  • (Object)

    the current value of envelope_from



23
24
25
# File 'lib/mailreport/dmarc/report.rb', line 23

def envelope_from
  @envelope_from
end

#envelope_toObject (readonly)

Returns the value of attribute envelope_to

Returns:

  • (Object)

    the current value of envelope_to



23
24
25
# File 'lib/mailreport/dmarc/report.rb', line 23

def envelope_to
  @envelope_to
end

#header_fromObject (readonly)

Returns the value of attribute header_from

Returns:

  • (Object)

    the current value of header_from



23
24
25
# File 'lib/mailreport/dmarc/report.rb', line 23

def header_from
  @header_from
end