Class: SamplingProf::Sample

Inherits:
Struct
  • Object
show all
Defined in:
lib/sampling_prof/internal.rb

Instance Attribute Summary collapse

Instance Attribute Details

#selfObject

Returns the value of attribute self



3
4
5
# File 'lib/sampling_prof/internal.rb', line 3

def self
  @self
end

#totalObject

Returns the value of attribute total



3
4
5
# File 'lib/sampling_prof/internal.rb', line 3

def total
  @total
end