Class: IOCheck::Test::Command::Actual::Result

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(cmd) ⇒ Result

Returns a new instance of Result.



168
169
170
171
# File 'lib/iocheck/test.rb', line 168

def initialize(cmd)
	    @cmd = cmd
	    run!
end

Instance Attribute Details

#bytesObject (readonly)

Returns the value of attribute bytes.



172
173
174
# File 'lib/iocheck/test.rb', line 172

def bytes
  @bytes
end