Class: RequireProfiler::Reporter::Event

Inherits:
Struct
  • Object
show all
Defined in:
lib/require_profiler/reporter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



5
6
7
# File 'lib/require_profiler/reporter.rb', line 5

def path
  @path
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



5
6
7
# File 'lib/require_profiler/reporter.rb', line 5

def time
  @time
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



5
6
7
# File 'lib/require_profiler/reporter.rb', line 5

def type
  @type
end