Class: RequireProfiler::Reporter::Event
- Inherits:
-
Struct
- Object
- Struct
- RequireProfiler::Reporter::Event
- Defined in:
- lib/require_profiler/reporter.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#time ⇒ Object
Returns the value of attribute time.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
5 6 7 |
# File 'lib/require_profiler/reporter.rb', line 5 def path @path end |
#time ⇒ Object
Returns the value of attribute time
5 6 7 |
# File 'lib/require_profiler/reporter.rb', line 5 def time @time end |
#type ⇒ Object
Returns the value of attribute type
5 6 7 |
# File 'lib/require_profiler/reporter.rb', line 5 def type @type end |