Class: IOCheck::Policy::Failure

Inherits:
Object
  • Object
show all
Defined in:
lib/iocheck/policy.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(log) ⇒ Failure

Returns a new instance of Failure.



22
23
24
# File 'lib/iocheck/policy.rb', line 22

def initialize(log)
  @log = log
end

Instance Attribute Details

#logObject (readonly)

Returns the value of attribute log.



25
26
27
# File 'lib/iocheck/policy.rb', line 25

def log
  @log
end