Class: MailReport::TlsRpt::Failure
- Inherits:
-
Data
- Object
- Data
- MailReport::TlsRpt::Failure
- Defined in:
- lib/mailreport/tls_rpt.rb
Overview
ยง4.4.
Instance Attribute Summary collapse
-
#additional_information ⇒ Object
readonly
Returns the value of attribute additional_information.
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#failure_reason_code ⇒ Object
readonly
Returns the value of attribute failure_reason_code.
-
#receiving_ip ⇒ Object
readonly
Returns the value of attribute receiving_ip.
-
#receiving_mx_helo ⇒ Object
readonly
Returns the value of attribute receiving_mx_helo.
-
#receiving_mx_hostname ⇒ Object
readonly
Returns the value of attribute receiving_mx_hostname.
-
#result_type ⇒ Object
readonly
Returns the value of attribute result_type.
-
#sending_mta_ip ⇒ Object
readonly
Returns the value of attribute sending_mta_ip.
Instance Method Summary collapse
-
#initialize(result_type: nil, count: nil, sending_mta_ip: nil, receiving_mx_hostname: nil, receiving_mx_helo: nil, receiving_ip: nil, additional_information: nil, failure_reason_code: nil) ⇒ Failure
constructor
A new instance of Failure.
Constructor Details
#initialize(result_type: nil, count: nil, sending_mta_ip: nil, receiving_mx_hostname: nil, receiving_mx_helo: nil, receiving_ip: nil, additional_information: nil, failure_reason_code: nil) ⇒ Failure
Returns a new instance of Failure.
14 15 16 17 |
# File 'lib/mailreport/tls_rpt.rb', line 14 def initialize(result_type: nil, count: nil, sending_mta_ip: nil, receiving_mx_hostname: nil, receiving_mx_helo: nil, receiving_ip: nil, additional_information: nil, failure_reason_code: nil) super end |
Instance Attribute Details
#additional_information ⇒ Object (readonly)
Returns the value of attribute additional_information
12 13 14 |
# File 'lib/mailreport/tls_rpt.rb', line 12 def additional_information @additional_information end |
#count ⇒ Object (readonly)
Returns the value of attribute count
12 13 14 |
# File 'lib/mailreport/tls_rpt.rb', line 12 def count @count end |
#failure_reason_code ⇒ Object (readonly)
Returns the value of attribute failure_reason_code
12 13 14 |
# File 'lib/mailreport/tls_rpt.rb', line 12 def failure_reason_code @failure_reason_code end |
#receiving_ip ⇒ Object (readonly)
Returns the value of attribute receiving_ip
12 13 14 |
# File 'lib/mailreport/tls_rpt.rb', line 12 def receiving_ip @receiving_ip end |
#receiving_mx_helo ⇒ Object (readonly)
Returns the value of attribute receiving_mx_helo
12 13 14 |
# File 'lib/mailreport/tls_rpt.rb', line 12 def receiving_mx_helo @receiving_mx_helo end |
#receiving_mx_hostname ⇒ Object (readonly)
Returns the value of attribute receiving_mx_hostname
12 13 14 |
# File 'lib/mailreport/tls_rpt.rb', line 12 def receiving_mx_hostname @receiving_mx_hostname end |
#result_type ⇒ Object (readonly)
Returns the value of attribute result_type
12 13 14 |
# File 'lib/mailreport/tls_rpt.rb', line 12 def result_type @result_type end |
#sending_mta_ip ⇒ Object (readonly)
Returns the value of attribute sending_mta_ip
12 13 14 |
# File 'lib/mailreport/tls_rpt.rb', line 12 def sending_mta_ip @sending_mta_ip end |