Class: Optimize::Demo::IseqSnapshots::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#after_fullObject

Returns the value of attribute after_full

Returns:

  • (Object)

    the current value of after_full



10
11
12
# File 'lib/optimize/demo/iseq_snapshots.rb', line 10

def after_full
  @after_full
end

#beforeObject

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



10
11
12
# File 'lib/optimize/demo/iseq_snapshots.rb', line 10

def before
  @before
end

#convergenceObject

Returns the value of attribute convergence

Returns:

  • (Object)

    the current value of convergence



10
11
12
# File 'lib/optimize/demo/iseq_snapshots.rb', line 10

def convergence
  @convergence
end

#per_passObject

Returns the value of attribute per_pass

Returns:

  • (Object)

    the current value of per_pass



10
11
12
# File 'lib/optimize/demo/iseq_snapshots.rb', line 10

def per_pass
  @per_pass
end