Class: Optimize::Demo::Benchmark::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/optimize/demo/benchmark.rb

Instance Attribute Summary collapse

Instance Attribute Details

#optimized_ipsObject

Returns the value of attribute optimized_ips

Returns:

  • (Object)

    the current value of optimized_ips



9
10
11
# File 'lib/optimize/demo/benchmark.rb', line 9

def optimized_ips
  @optimized_ips
end

#plain_ipsObject

Returns the value of attribute plain_ips

Returns:

  • (Object)

    the current value of plain_ips



9
10
11
# File 'lib/optimize/demo/benchmark.rb', line 9

def plain_ips
  @plain_ips
end

#stdoutObject

Returns the value of attribute stdout

Returns:

  • (Object)

    the current value of stdout



9
10
11
# File 'lib/optimize/demo/benchmark.rb', line 9

def stdout
  @stdout
end