Class: Truemail::Auditor::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/truemail/auditor.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#configurationObject

Returns the value of attribute configuration

Returns:

  • (Object)

    the current value of configuration



5
6
7
# File 'lib/truemail/auditor.rb', line 5

def configuration
  @configuration
end

#current_host_ipObject

Returns the value of attribute current_host_ip

Returns:

  • (Object)

    the current value of current_host_ip



5
6
7
# File 'lib/truemail/auditor.rb', line 5

def current_host_ip
  @current_host_ip
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



5
6
7
# File 'lib/truemail/auditor.rb', line 5

def warnings
  @warnings
end