Class: SamplingProf::Sample
- Inherits:
-
Struct
- Object
- Struct
- SamplingProf::Sample
- Defined in:
- lib/sampling_prof/internal.rb
Instance Attribute Summary collapse
-
#self ⇒ Object
Returns the value of attribute self.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#self ⇒ Object
Returns the value of attribute self
3 4 5 |
# File 'lib/sampling_prof/internal.rb', line 3 def self @self end |
#total ⇒ Object
Returns the value of attribute total
3 4 5 |
# File 'lib/sampling_prof/internal.rb', line 3 def total @total end |