Class: MailReport::Dmarc::SpfAuthResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#domainObject (readonly)

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



11
12
13
# File 'lib/mailreport/dmarc/report.rb', line 11

def domain
  @domain
end

#resultObject (readonly)

Returns the value of attribute result

Returns:

  • (Object)

    the current value of result



11
12
13
# File 'lib/mailreport/dmarc/report.rb', line 11

def result
  @result
end

#scopeObject (readonly)

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



11
12
13
# File 'lib/mailreport/dmarc/report.rb', line 11

def scope
  @scope
end