Class: Truemail::Auditor::Result
- Inherits:
-
Struct
- Object
- Struct
- Truemail::Auditor::Result
- Defined in:
- lib/truemail/auditor.rb
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#current_host_ip ⇒ Object
Returns the value of attribute current_host_ip.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Method Summary collapse
-
#initialize(warnings: {}, **args) ⇒ Result
constructor
A new instance of Result.
Constructor Details
#initialize(warnings: {}, **args) ⇒ Result
Returns a new instance of Result.
6 7 8 |
# File 'lib/truemail/auditor.rb', line 6 def initialize(warnings: {}, **args) super end |
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration
5 6 7 |
# File 'lib/truemail/auditor.rb', line 5 def configuration @configuration end |
#current_host_ip ⇒ Object
Returns the value of attribute current_host_ip
5 6 7 |
# File 'lib/truemail/auditor.rb', line 5 def current_host_ip @current_host_ip end |
#warnings ⇒ Object
Returns the value of attribute warnings
5 6 7 |
# File 'lib/truemail/auditor.rb', line 5 def warnings @warnings end |